fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
87b033005f0fa900d609323e6d2edffe9156f5e2
[redakcja.git]
/
apps
/
wiki
/
settings.py
1
from django.conf import settings
2
3
if not hasattr(settings, 'WIKI_REPOSITORY_PATH'):
4
raise Exception('You must set WIKI_REPOSITORY_PATH in your settings file.')
5
6
REPOSITORY_PATH = settings.WIKI_REPOSITORY_PATH