mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-04 20:20:18 +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
|
||||
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_ADMIN_URL=
|
||||
|
|
Loading…
Reference in New Issue
Block a user