good day!
by default, in django-admin, there is Users, Groups, ans Sites apps. How can i remove Groups and Sites?
i was tried to remove admin.autodiscover()
from root urls. Then, when i added smth like admin.site.register(User, UserAdmin)
somewhere in my app models i got AlreadyRegistered
exception (this is fairly right - models users already registered in django.contrib.auth )