set a global variable django-xadmin

GlobalSetting class (Object): 
SITE_TITLE = 'own name'
site_footer = 'bottom named'
# shrinking menu
menu_style = 'Accordion'

# Enable custom skin
class BaseSetting (Object):
enable_themes = True
use_bootswatch = True

Guess you like

Origin www.cnblogs.com/goddog1024/p/11288263.html