Forgot curly brace
This commit is contained in:
parent
f310757764
commit
b86f0d1281
@ -24,6 +24,7 @@ if os.environ.get('DJANGO_ENV', None) == 'heroku':
|
||||
'HOST': os.environ.get('DJANGO_DATABASE_HOST'),
|
||||
'PORT': '', # Set to empty string for default. Not used with sqlite3.
|
||||
}
|
||||
}
|
||||
else:
|
||||
DATABASES = {
|
||||
'default': {
|
||||
|
Loading…
Reference in New Issue
Block a user