Forgot curly brace

This commit is contained in:
Tyler Hallada 2014-07-28 19:10:30 -04:00
parent f310757764
commit b86f0d1281

View File

@ -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': {