mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-11 00:53:11 +00:00
commit
8c5339d5f4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
from django.contrib.auth.admin import UserAdmin
|
||||
from example.users.User
|
||||
from example.users.models import User
|
||||
|
||||
|
||||
admin.site.register(User, UserAdmin)
|
||||
|
|
|
|||
Loading…
Reference in a new issue