Clean up adh app
This commit is contained in:
parent
58d5b5a9ff
commit
ebfaa8831d
2 changed files with 21 additions and 16 deletions
|
|
@ -11,7 +11,9 @@ from .models import Profile
|
|||
|
||||
|
||||
class ProfileInline(admin.StackedInline):
|
||||
"""Inline user profile in user admin"""
|
||||
"""
|
||||
Inline user profile in user admin
|
||||
"""
|
||||
model = Profile
|
||||
can_delete = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue