summaryrefslogtreecommitdiff
path: root/app/lib/grappelli/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/grappelli/settings.py')
-rw-r--r--app/lib/grappelli/settings.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/lib/grappelli/settings.py b/app/lib/grappelli/settings.py
deleted file mode 100644
index 697d213..0000000
--- a/app/lib/grappelli/settings.py
+++ /dev/null
@@ -1,10 +0,0 @@
-# coding: utf-8
-
-from django.conf import settings
-
-# Admin Site Title
-ADMIN_HEADLINE = getattr(settings, "GRAPPELLI_ADMIN_HEADLINE", 'Grappelli')
-ADMIN_TITLE = getattr(settings, "GRAPPELLI_ADMIN_TITLE", 'Grappelli')
-
-# Link to your Main Admin Site (no slashes at start and end)
-ADMIN_URL = getattr(settings, "GRAPPELLI_ADMIN_URL", '/admin/') \ No newline at end of file