mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 04:30:16 +03:00
trying to lower the bar for new developers fresh to django-environment
Signed-off-by: TidyData <mckweb@outlook.com>
This commit is contained in:
parent
a46f3dd56b
commit
4bf619a7bc
|
@ -1,6 +1,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_ADMIN_URL=
|
DJANGO_ADMIN_URL=
|
||||||
|
|
Loading…
Reference in New Issue
Block a user