mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-11 08:32: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
|
# DATABASE CONFIGURATION
|
||||||
# See: https://docs.djangoproject.com/en/dev/ref/settings/#databases
|
# 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
|
# END DATABASE CONFIGURATION
|
||||||
|
|
||||||
# CACHING
|
# CACHING
|
||||||
|
|
Loading…
Reference in New Issue
Block a user