mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-08 13:04:55 +00:00
8 lines
219 B
Python
8 lines
219 B
Python
from .base import *
|
|
|
|
FOBI_DEFAULT_THEME = 'simple'
|
|
|
|
INSTALLED_APPS = list(INSTALLED_APPS)
|
|
#INSTALLED_APPS.remove('admin_tools')
|
|
#INSTALLED_APPS.remove('admin_tools.menu')
|
|
#INSTALLED_APPS.remove('admin_tools.dashboard')
|