fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
publishable checked when last change is marked publishable
[redakcja.git]
/
apps
/
wiki
/
settings.py
diff --git
a/apps/wiki/settings.py
b/apps/wiki/settings.py
index
0a227e4
..
0f6d9bf
100644
(file)
--- a/
apps/wiki/settings.py
+++ b/
apps/wiki/settings.py
@@
-1,7
+1,4
@@
+# -*- coding: utf-8 -*-
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/'
GALLERY_URL = settings.MEDIA_URL + 'images/'