mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-04-04 00:44:21 +03:00
Fixed missing @ before db name.
This commit is contained in:
parent
07435921a6
commit
63f64b648b
|
@ -112,7 +112,7 @@ class Common(Configuration):
|
|||
|
||||
# DATABASE CONFIGURATION
|
||||
# See: https://docs.djangoproject.com/en/dev/ref/settings/#databases
|
||||
DATABASES = values.DatabaseURLValue('postgres://localhost/django:blank{{cookiecutter.repo_name}}')
|
||||
DATABASES = values.DatabaseURLValue('postgres://localhost/django:blank@{{cookiecutter.repo_name}}')
|
||||
# END DATABASE CONFIGURATION
|
||||
|
||||
# CACHING
|
||||
|
|
Loading…
Reference in New Issue
Block a user