ojuso-map/example.env
Carl van Tonder 02bf06e9ad Update docs, add example .env file
virtualenvwrapper guide, merge / tidy up database installation
instructions
2018-09-26 15:09:35 +01:00

11 lines
277 B
Bash

# 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...