Merge Role and RolePermissions
This commit is contained in:
parent
0b6cb4ef19
commit
fb5e2578af
17 changed files with 135 additions and 274 deletions
|
|
@ -7,9 +7,9 @@ from django.contrib.auth.models import User
|
|||
from django.utils.translation import gettext_lazy as _
|
||||
from note.models import NoteSpecial
|
||||
from note_kfet.inputs import Autocomplete, AmountInput, DatePickerInput
|
||||
from permission.models import PermissionMask
|
||||
from permission.models import PermissionMask, Role
|
||||
|
||||
from .models import Profile, Club, Membership, Role
|
||||
from .models import Profile, Club, Membership
|
||||
|
||||
|
||||
class CustomAuthenticationForm(AuthenticationForm):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue