Move to src dir.
[edumed.git] / edumed / settings / __init__.py
diff --git a/edumed/settings/__init__.py b/edumed/settings/__init__.py
deleted file mode 100644 (file)
index 4a75df0..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-# -*- coding: utf-8 -*-
-
-from .paths import *
-from .basic import *
-from .apps import *
-from .locale import *
-from .search import *
-from .auth import *
-from .cache import *
-from .context import *
-from .logging import *
-from .middleware import *
-from .contrib import *
-from .static import *
-from .custom import *
-
-# Load localsettings, if they exist
-try:
-    from edumed.localsettings import *
-except ImportError:
-    pass
\ No newline at end of file