X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1fbf854ce423d2d56723ff10608267403f4916b0..5913c54d19b8f6775633176032161d49f9b2f1aa:/redakcja/localsettings.sample?ds=sidebyside diff --git a/redakcja/localsettings.sample b/redakcja/localsettings.sample deleted file mode 100644 index 6f99ddd3..00000000 --- a/redakcja/localsettings.sample +++ /dev/null @@ -1,27 +0,0 @@ -# -# localsettings template for Platforma -# -# Duplicate this file as localsettings.py and change it to your liking. -# Settings defined in localsettings.py will override settings from -# settings.py file. localsettings.py should never be commited -# to a version control system. Please make changes to settings.py -# or localsettings.sample instead. -# - -# THIS IS REQUIRED -from redakcja.settings import * - -# Path to repository with managed documents -WIKI_REPOSITORY_PATH = '/home/lrekucki/projekty/fundacja/books' - -LOGGING_CONFIG_FILE = "/home/lrekucki/projekty/fundacja/redakcja/logging.cfg.dev" - -STATIC_ROOT = '/home/lrekucki/projekty/fundacja/redakcja/redakcja/static/' -MEDIA_ROOT = '/home/lrekucki/projekty/fundacja/media/' - -# Subdirectory of STATIC_ROOT containing images -IMAGE_DIR = 'images' - -CAS_SERVER_URL = 'http://logowanie.wolnelektury.pl/cas/' -DEBUG = True -COMPRESS = False \ No newline at end of file