From 52d5613672758ac6c8ebffc7f33d94d47bde6180 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 22 Sep 2012 22:37:52 -0400 Subject: moved outside dependencies to virtualenv and dumped some unused apps out of lib --- app/lib/grappelli/settings.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 app/lib/grappelli/settings.py (limited to 'app/lib/grappelli/settings.py') 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 -- cgit v1.2.3-70-g09d2