mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-04-01 04:30:23 +00:00
5 lines
117 B
Python
5 lines
117 B
Python
def disable_admin_tools(request):
|
|
"""
|
|
Disable admin tools.
|
|
"""
|
|
return {'ADMIN_TOOLS_DISABLED': True}
|