~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to local_settings.py.sample

  • Committer: franku
  • Date: 2018-10-03 20:34:49 UTC
  • mfrom: (497.3.4 cookies)
  • Revision ID: somal@arcor.de-20181003203449-z7rnyrt4qsqaebvq
Use a session based csrf cookie; Fixed showing deleted username when quoting a post

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
STATIC_MEDIA_PATH = os.path.join(bd, 'media')
14
14
MEDIA_ROOT = os.path.join(bd, 'media/')
15
15
 
 
16
 
16
17
# If you are using the developer version of widelands from Launchpad
17
18
# set WIDELANDS_SVN_DIR to the correct path. See also:
18
19
# https://wl.widelands.org/wiki/BzrPrimer/