Merge branch 'master' of git@github.com:fnp/redakcja
[redakcja.git] / redakcja / localsettings.sample
1
2 #  localsettings template for Platforma
3 #
4 #  Duplicate this file as localsettings.py and change it to your liking.
5 #  Settings defined in localsettings.py will override settings from 
6 #  settings.py file. localsettings.py should never be commited 
7 #  to a version control system. Please make changes to settings.py 
8 #  or localsettings.sample instead.
9 #
10
11 # THIS IS REQUIRED
12 from redakcja.settings import *
13
14 # Path to repository with managed documents
15 WIKI_REPOSITORY_PATH = '/home/lrekucki/projekty/fundacja/books'
16
17 LOGGING_CONFIG_FILE = "/home/lrekucki/projekty/fundacja/redakcja/logging.cfg.dev"
18
19 STATIC_ROOT = '/home/lrekucki/projekty/fundacja/redakcja/redakcja/static/'
20 MEDIA_ROOT = '/home/lrekucki/projekty/fundacja/media/'
21
22 # Subdirectory of STATIC_ROOT containing images
23 IMAGE_DIR = 'images'
24
25 CAS_SERVER_URL = 'http://logowanie.wolnelektury.pl/cas/'
26 REDMINE_URL = 'http://redmine.nowoczesnapolska.org.pl/'
27 DEBUG = True
28 COMPRESS = False