mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 17:57:10 +00:00
5 lines
108 B
Python
5 lines
108 B
Python
from django.contrib import admin
|
|
from django.contrib.auth.models import Group
|
|
|
|
admin.site.unregister(Group)
|