More fixes per @jezdez's oversight

This commit is contained in:
Daniel Greenfeld 2013-09-17 15:11:22 +02:00
parent 527a9b29a1
commit 7323f87e37
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ https://github.com/django/django/archive/1.6b4.tar.gz
# Configuration
django-configurations==0.5.1
django-secure==1.0
django-cache-url==0.6.0
dj-database-url==0.2.2
# Forms
django-braces==1.2.2

View File

@ -114,7 +114,7 @@ class Common(Configuration):
########## DATABASE CONFIGURATION
# See: https://docs.djangoproject.com/en/dev/ref/settings/#databases
DATABASES = {'default': values.DatabaseURLValue()}
DATABASES = values.DatabaseURLValue()
if DATABASES == {'default': {}}:
DATABASES = {
'default': {