X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/02a98d2af6f1fabf567b575c5f2d818688af1594..0a9fde379ec7a998a64f0fb2d157fe8e94903869:/apps/wiki/settings.py?ds=sidebyside

diff --git a/apps/wiki/settings.py b/apps/wiki/settings.py
index 0a227e4a..3752034d 100644
--- a/apps/wiki/settings.py
+++ b/apps/wiki/settings.py
@@ -1,7 +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
 
-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/'