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