trying to lower the bar for new developers fresh to django-environment

Signed-off-by: TidyData <mckweb@outlook.com>
This commit is contained in:
TidyData 2016-12-18 00:16:09 -08:00
parent a46f3dd56b
commit 4bf619a7bc

View File

@ -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=