mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-16 19:41:03 +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
|
# Configuration
|
||||||
django-configurations==0.5.1
|
django-configurations==0.5.1
|
||||||
django-secure==1.0
|
django-secure==1.0
|
||||||
|
django-cache-url==0.6.0
|
||||||
|
dj-database-url==0.2.2
|
||||||
|
|
||||||
# Forms
|
# Forms
|
||||||
django-braces==1.2.2
|
django-braces==1.2.2
|
||||||
|
|
|
@ -114,7 +114,7 @@ class Common(Configuration):
|
||||||
########## DATABASE CONFIGURATION
|
########## DATABASE CONFIGURATION
|
||||||
# See: https://docs.djangoproject.com/en/dev/ref/settings/#databases
|
# See: https://docs.djangoproject.com/en/dev/ref/settings/#databases
|
||||||
|
|
||||||
DATABASES = {'default': values.DatabaseURLValue()}
|
DATABASES = values.DatabaseURLValue()
|
||||||
if DATABASES == {'default': {}}:
|
if DATABASES == {'default': {}}:
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user