Installed grappelli inline with the source

This commit is contained in:
Roberto Rosario
2011-02-03 20:31:38 -04:00
parent bb0d884eea
commit 5ff9fe41df
710 changed files with 60677 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
# 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/')