Update docs, add example .env file

virtualenvwrapper guide, merge / tidy up database installation
instructions
This commit is contained in:
Carl van Tonder
2018-09-22 22:47:35 -04:00
parent 775f6982d1
commit ea245cc4fc
2 changed files with 116 additions and 46 deletions

10
example.env Normal file
View 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...