Skip to content

Commit

Permalink
Deploy heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarAugusto88 committed Mar 16, 2020
1 parent 7843174 commit aa6c4fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gunicorn confidencechronogram.wsgi --log-file -
web: gunicorn confidence_chronogram.wsgi --log-file -
2 changes: 1 addition & 1 deletion confidence_chronogram/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

from django.core.wsgi import get_wsgi_application

os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'confidencechronogram.settings')
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'confidence_chronogram.settings')

application = get_wsgi_application()
20 changes: 7 additions & 13 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
asgiref==3.2.3
astroid==2.3.3
dj-database-url==0.5.0
dj-static==0.0.6
Django==3.0.2
dodgy==0.2.1
entrypoints==0.3
flake8==3.7.9
isort==4.3.21
lazy-object-proxy==1.4.3
mccabe==0.6.1
requirements-detector==0.6
setoptconf==0.2.0
six==1.14.0
snowballstemmer==2.0.0
sqlparse==0.3.0
mypy==0.770
mypy-extensions==0.4.3
python-decouple==3.3
pytz==2019.3
sqlparse==0.3.1
static3==0.7.0
typed-ast==1.4.1
typing-extensions==3.7.4.1
wrapt==1.11.2

0 comments on commit aa6c4fa

Please sign in to comment.