fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixes #4124: export cataloge books to csv.
[redakcja.git]
/
src
/
redakcja
/
localsettings.sample
diff --git
a/src/redakcja/localsettings.sample
b/src/redakcja/localsettings.sample
index
6d17799
..
cd62558
100644
(file)
--- a/
src/redakcja/localsettings.sample
+++ b/
src/redakcja/localsettings.sample
@@
-11,16
+11,19
@@
# THIS IS REQUIRED
from redakcja.settings import *
# THIS IS REQUIRED
from redakcja.settings import *
+# Filling this out is required.
+SECRET_KEY = ''
+ALLOWED_HOSTS = []
+
# Path to repository with managed documents
CATALOGUE_REPO_PATH = '/srv/redakcja/books'
# Path to repository with managed documents
CATALOGUE_REPO_PATH = '/srv/redakcja/books'
+CATALOGUE_IMAGE_REPO_PATH = '/srv/redakcja/images'
-LOGGING_CONFIG_FILE = "/srv/redakcja/logging.cfg.dev"
-
-STATIC_ROOT = '/srv/redakcja/static/'
-MEDIA_ROOT = '/srv/redakcja/media/'
+#STATIC_ROOT = '/srv/redakcja/static/'
+#MEDIA_ROOT = '/srv/redakcja/media/'
# Subdirectory of MEDIA_ROOT containing images
# Subdirectory of MEDIA_ROOT containing images
-IMAGE_DIR = 'images/'
+
#
IMAGE_DIR = 'images/'
CAS_SERVER_URL = 'https://logowanie.nowoczesnapolska.org.pl/cas/'
CAS_VERSION = '2'
CAS_SERVER_URL = 'https://logowanie.nowoczesnapolska.org.pl/cas/'
CAS_VERSION = '2'
@@
-32,5
+35,3
@@
COMPRESS = False
APICLIENT_WL_CONSUMER_KEY = None
APICLIENT_WL_CONSUMER_SECRET = None
APICLIENT_WL_CONSUMER_KEY = None
APICLIENT_WL_CONSUMER_SECRET = None
-
-SECRET_KEY = ''