Fixed missing @ before db name.

This commit is contained in:
Bernd Meyer 2014-10-03 08:08:28 -07:00
parent 07435921a6
commit 63f64b648b

View File

@ -112,7 +112,7 @@ class Common(Configuration):
# DATABASE CONFIGURATION
# See: https://docs.djangoproject.com/en/dev/ref/settings/#databases
DATABASES = values.DatabaseURLValue('postgres://localhost/django:blank{{cookiecutter.repo_name}}')
DATABASES = values.DatabaseURLValue('postgres://localhost/django:blank@{{cookiecutter.repo_name}}')
# END DATABASE CONFIGURATION
# CACHING