mirror of
https://github.com/jazzband/django-authority.git
synced 2026-03-16 22:20:28 +00:00
import admin in example so it works with dj17
This commit is contained in:
parent
dbd0c39d78
commit
9589dfc820
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
from django.contrib import admin
|
||||
from django.contrib.auth.admin import UserAdmin
|
||||
from example.users.models import User
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue