Typo for DATABASES in config/production.py

This commit is contained in:
Lin Xianyi 2015-04-24 11:37:50 +08:00
parent ba0689634e
commit 9c758e40e5

View File

@ -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
# ------------------------------------------------------------------------------