summaryrefslogtreecommitdiff
path: root/app/lib/grappelli/settings.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2012-09-22 22:37:52 -0400
committerluxagraf <sng@luxagraf.net>2012-09-22 22:37:52 -0400
commit52d5613672758ac6c8ebffc7f33d94d47bde6180 (patch)
tree0b6e1fbc4ed013b2ba701dedeb39be9781ff8204 /app/lib/grappelli/settings.py
parentefb623af0bcb47d510501c282e1326b11343a29c (diff)
moved outside dependencies to virtualenv and dumped some unused apps out of lib
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