mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-07 13:34:53 +03:00
Merge 4bf619a7bc
into 7c7176d4f9
This commit is contained in:
commit
2979ab1fb3
|
@ -2,6 +2,8 @@
|
||||||
# PostgreSQL
|
# PostgreSQL
|
||||||
POSTGRES_PASSWORD=mysecretpass
|
POSTGRES_PASSWORD=mysecretpass
|
||||||
POSTGRES_USER=postgresuser
|
POSTGRES_USER=postgresuser
|
||||||
|
# Alternately include everything on a single line
|
||||||
|
DATABASE_URL=postgres://db_username:db_password@localhost:port_num/db_name
|
||||||
|
|
||||||
# General settings
|
# General settings
|
||||||
# DJANGO_READ_DOT_ENV_FILE=True
|
# DJANGO_READ_DOT_ENV_FILE=True
|
||||||
|
|
Loading…
Reference in New Issue
Block a user