mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
More fixes per @jezdez's oversight
This commit is contained in:
parent
527a9b29a1
commit
7323f87e37
|
@ -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
|
||||
|
|
|
@ -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': {
|
||||
|
|
Loading…
Reference in New Issue
Block a user