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