Skip to content

Commit

Permalink
Merge 6b6bf00 into cd1a98a
Browse files Browse the repository at this point in the history
  • Loading branch information
dyohan9 committed Aug 2, 2019
2 parents cd1a98a + 6b6bf00 commit 4d9f0d1
Show file tree
Hide file tree
Showing 6 changed files with 213 additions and 72 deletions.
5 changes: 4 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ coreapi = "==2.3.3"
whitenoise = "==4.1.2"
pytz = "==2018.7"
drf-yasg = "*"
django-heroku = "*"
gunicorn = "*"
gevent = "*"
packaging = "*"

[dev-packages]
"flake8" = "*"
coverage = "*"
ipython = "*"
autopep8 = "*"
packaging = "*"

[requires]
python_version = "3.6"
245 changes: 174 additions & 71 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: python manage.py migrate && python manage.py fill_db_using_fake_data && gunicorn bothub.wsgi -b 0.0.0.0:\$PORT --log-file -
Loading

0 comments on commit 4d9f0d1

Please sign in to comment.