X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/02a98d2af6f1fabf567b575c5f2d818688af1594..5913c54d19b8f6775633176032161d49f9b2f1aa:/apps/wiki/settings.py diff --git a/apps/wiki/settings.py b/apps/wiki/settings.py deleted file mode 100644 index 0a227e4a..00000000 --- a/apps/wiki/settings.py +++ /dev/null @@ -1,7 +0,0 @@ -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/'