Update docs, add example .env file
virtualenvwrapper guide, merge / tidy up database installation instructions
This commit is contained in:
10
example.env
Normal file
10
example.env
Normal file
@ -0,0 +1,10 @@
|
||||
# edit these as appropriate, save this file to .env, and source it before
|
||||
# running Django commands (see README for tips on doing that automatically)
|
||||
|
||||
DEBUG=1
|
||||
DJANGO_SETTINGS_MODULE=ojusomap.settings
|
||||
DJANGO_PORT=8008
|
||||
PYTHONPATH=$PYTHONPATH:`pwd`
|
||||
|
||||
#DATABASE_NAME=ojuso
|
||||
# etc...
|
||||
Reference in New Issue
Block a user