diff --git a/Procfile b/Procfile new file mode 100644 index 000000000..96481e860 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: python ./demo_app/manage.py runserver 0.0.0.0:$PORT \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 000000000..e215eac9c --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +django>=1.4 +xlwt +psycopg2==2.4.5 +dj-database-url==0.2.0 \ No newline at end of file