X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..ce097db0af8c96297501b569ec49477b76c1ceec:/src/api/settings.py?ds=sidebyside

diff --git a/src/api/settings.py b/src/api/settings.py
index 0802c5453..e69de29bb 100644
--- a/src/api/settings.py
+++ b/src/api/settings.py
@@ -1,12 +0,0 @@
-# -*- coding: utf-8 -*-
-# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
-# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
-#
-import os.path
-from django.conf import settings
-
-
-try:
-    MOBILE_INIT_DB = settings.API_MOBILE_INIT_DB
-except AttributeError:
-    MOBILE_INIT_DB = os.path.abspath(os.path.join(settings.MEDIA_ROOT, 'api/mobile/initial/'))