fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
javascript translations
[redakcja.git]
/
apps
/
wiki
/
settings.py
diff --git
a/apps/wiki/settings.py
b/apps/wiki/settings.py
index
87b0330
..
3752034
100644
(file)
--- a/
apps/wiki/settings.py
+++ b/
apps/wiki/settings.py
@@
-1,6
+1,8
@@
+# -*- coding: utf-8 -*-
+#
+# This file is part of MIL/PEER, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
from django.conf import settings
from django.conf import settings
-if not hasattr(settings, 'WIKI_REPOSITORY_PATH'):
- raise Exception('You must set WIKI_REPOSITORY_PATH in your settings file.')
-
-REPOSITORY_PATH = settings.WIKI_REPOSITORY_PATH
+GALLERY_URL = settings.MEDIA_URL + 'images/'