~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to local_settings.py.sample

removed unmaintained sphinx-doc; added managemnt command to create sphinx source code documentation with some own css; serve pure html for documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
# set WIDELANDS_SVN_DIR to the correct path. See also:
18
18
# https://wl.widelands.org/wiki/BzrPrimer/
19
19
WIDELANDS_SVN_DIR = "/path/to/widelands/trunk/"
 
20
 
20
21
os.environ['PATH'] = WIDELANDS_SVN_DIR + ':' + os.environ['PATH']
21
22
 
22
23
DATABASES = {