Clean up adh app

This commit is contained in:
Alexandre Iooss 2019-07-16 09:05:41 +02:00
parent 58d5b5a9ff
commit ebfaa8831d
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02
2 changed files with 21 additions and 16 deletions

View file

@ -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