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