Librarian in regular requirements.
[redakcja.git] / apps / wiki / settings.py
index 0a227e4..50f49d8 100644 (file)
@@ -1,7 +1,3 @@
 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/'