Forgot curly brace

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

View File

@ -23,6 +23,7 @@ if os.environ.get('DJANGO_ENV', None) == 'heroku':
'PASSWORD': os.environ.get('DJANGO_DATABASE_PASSWORD'),
'HOST': os.environ.get('DJANGO_DATABASE_HOST'),
'PORT': '', # Set to empty string for default. Not used with sqlite3.
}
}
else:
DATABASES = {