SECRETS variable was missing from settings.py

pull/2/head
Sander Ferdinand 6 years ago
parent d81a1b876f
commit bdb35bf6e3

@ -5,6 +5,7 @@ import os
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
SECRET = 'changeme'
DEBUG = True
SQLALCHEMY_DATABASE_URI = os.environ.get('SQLALCHEMY_DATABASE_URI', 'postgresql://postgres:@localhost/ffs')

Loading…
Cancel
Save