~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to local_settings.py.sample

  • Committer: franku
  • Date: 2016-05-15 14:41:54 UTC
  • mto: This revision was merged to the branch mainline in revision 409.
  • Revision ID: somal@arcor.de-20160515144154-00m3tiibyxm0nw2w
added the old threadedcomments app as wildelands app

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
bd = "/some/path"
3
3
bd = os.getcwd() # Better make this a static path
4
4
 
5
 
TEMPLATE_DIRS = bd + '/templates'
 
5
TEMPLATE_DIRS = (os.path.join(bd + '/templates'),)
6
6
STATIC_MEDIA_PATH = bd + '/media'
7
7
MEDIA_ROOT = bd + '/media/'
8
 
WIDELANDS_SVN_DIR = "/Users/sirver/Desktop/Programming/cpp/widelands/svn_trunk/"
 
8
WIDELANDS_SVN_DIR = "/path/to/widelands/trunk/"
9
9
 
10
10
DATABASES = {
11
11
   'default': {