Skip to content

Commit

Permalink
Restructuring for Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchagrins committed Aug 7, 2017
1 parent 7502e85 commit da88007
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: python slack_invite/manage.py collectstatic --noinput; gunicorn --pythonpath slack_invite slack_invite.wsgi
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-r slack_invite/requirements/production.txt
1 change: 0 additions & 1 deletion slack_invite/Procfile

This file was deleted.

1 change: 0 additions & 1 deletion slack_invite/requirements.txt

This file was deleted.

1 change: 1 addition & 0 deletions slack_invite/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Django==1.11.3
pytz==2017.2
django-bootstrap3==9.0.0
requests==2.18.1
configparser==3.5.0

0 comments on commit da88007

Please sign in to comment.