mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-25 19:14:03 +03:00
Merge pull request #219 from iynaix/patch-1
Typo for DATABASES in config/production.py
This commit is contained in:
commit
e82cc8ba48
|
@ -102,7 +102,7 @@ TEMPLATE_LOADERS = (
|
|||
# DATABASE CONFIGURATION
|
||||
# ------------------------------------------------------------------------------
|
||||
# Raises ImproperlyConfigured exception if DATABASE_URL not in os.environ
|
||||
DATABASES['defalut'] = env.db("DATABASE_URL")
|
||||
DATABASES['default'] = env.db("DATABASE_URL")
|
||||
|
||||
# CACHING
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user