Installed grappelli inline with the source
This commit is contained in:
10
3rd_party_apps/grappelli/settings.py
Executable file
10
3rd_party_apps/grappelli/settings.py
Executable 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/')
|
||||
Reference in New Issue
Block a user