Merge pull request #219 from iynaix/patch-1

Typo for DATABASES in config/production.py
This commit is contained in:
Saurabh Kumar 2015-04-24 09:59:17 +05:30
commit e82cc8ba48

View File

@ -102,7 +102,7 @@ TEMPLATE_LOADERS = (
# DATABASE CONFIGURATION # DATABASE CONFIGURATION
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Raises ImproperlyConfigured exception if DATABASE_URL not in os.environ # Raises ImproperlyConfigured exception if DATABASE_URL not in os.environ
DATABASES['defalut'] = env.db("DATABASE_URL") DATABASES['default'] = env.db("DATABASE_URL")
# CACHING # CACHING
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------