Skip to content

Commit

Permalink
deploy bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kagrawal2 committed Dec 29, 2016
1 parent fb99fd9 commit 4f57c79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
WTF_CRSF_ENABLE = True
SECRET_KEY = 'impossible-to-know-pword'


import os
basedir = os.path.abspath(os.path.dirname(__file__))

Expand All @@ -11,4 +10,5 @@
else:
SQLALCHEMY_DATABASE_URI = os.environ.get('DATABASE_URL')
SQLALCHEMY_MIGRATE_REPO = os.path.join(basedir, 'db_repository')
SQLALCHEMY_TRACK_MODIFICATIONS = True
SQLALCHEMY_TRACK_MODIFICATIONS = True
SQLALCHEMY_COMMIT_ON_TEARDOWN = True
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sqlparse==0.1.11
Pip==9.0.1
certifi==14.5.14
chardet==1.0.1
gunicorn==19.6.0
gunicorn==18.0
requests==2.12.1
python-dateutil==2.4.2

0 comments on commit 4f57c79

Please sign in to comment.