X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/54e3b77e2346618a6e7cd0fe8beb71e7b54a30e6..47fd1d6b641a01e7e9d45ee8c7b1519e8a0b03c8:/apps/wiki/settings.py

diff --git a/apps/wiki/settings.py b/apps/wiki/settings.py
index 87b03300..0f6d9bf7 100644
--- a/apps/wiki/settings.py
+++ b/apps/wiki/settings.py
@@ -1,6 +1,4 @@
+# -*- coding: utf-8 -*-
 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/'