~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to local_settings.py.sample

  • Committer: franku
  • Date: 2017-04-05 18:05:24 UTC
  • mto: This revision was merged to the branch mainline in revision 455.
  • Revision ID: somal@arcor.de-20170405180524-zvx604kyg0yviqpn
adjusted the README.txt; fixed a typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
STATIC_MEDIA_PATH = os.path.join(bd, 'media')
7
7
MEDIA_ROOT = os.path.join(bd, 'media/')
8
8
 
9
 
# If you are using the developer version of widelands from Luanchpad
 
9
# If you are using the developer version of widelands from Launchpad
10
10
# set WIDELANDS_SVN_DIR to the correct path. See also:
11
11
# https://wl.widelands.org/wiki/BzrPrimer/
12
12
WIDELANDS_SVN_DIR = "/path/to/widelands/trunk/"