2 # localsettings template for Platforma
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.
12 from redakcja.settings import *
14 # Filling this out is required.
18 # Path to repository with managed documents
19 CATALOGUE_REPO_PATH = '/srv/redakcja/books'
20 CATALOGUE_IMAGE_REPO_PATH = '/srv/redakcja/images'
22 #STATIC_ROOT = '/srv/redakcja/static/'
23 #MEDIA_ROOT = '/srv/redakcja/media/'
25 # Subdirectory of MEDIA_ROOT containing images
26 #IMAGE_DIR = 'images/'
28 CAS_SERVER_URL = 'https://logowanie.nowoczesnapolska.org.pl/cas/'
31 REDMINE_URL = 'https://redmine.nowoczesnapolska.org.pl/'
33 MAINTENANCE_MODE = False
36 APICLIENT_WL_CONSUMER_KEY = None
37 APICLIENT_WL_CONSUMER_SECRET = None