This commit is contained in:
2017-12-08 00:56:38 +03:00
parent 1f0172c4cb
commit 7ee10e7b70
28 changed files with 1331 additions and 1324 deletions

1
Procfile Normal file
View File

@ -0,0 +1 @@
web: gunicorn organizer.wsgi --log-file -

View File

@ -27,7 +27,7 @@ SECRET_KEY = '1a+3jmf#g!q_gj66$^v9_&8uoev=%k49=j(%lp%!kvv$6x3bn^'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['sudnitsina-blog.herokuapp.com']
# Application definition

6
requirements.txt Normal file
View File

@ -0,0 +1,6 @@
Django==1.11
django-pagination==1.0.7
django-taggit==0.22.1
psycopg2