More admin
This commit is contained in:
parent
b63aaf4150
commit
740b468547
4 changed files with 51 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ from django.contrib.auth.admin import UserAdmin
|
|||
from django.contrib.auth.models import User
|
||||
|
||||
from .forms import CustomUserChangeForm
|
||||
from .models import Profile, Club
|
||||
from .models import Club, Profile
|
||||
|
||||
|
||||
class ProfileInline(admin.StackedInline):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue