Add initial WEI permissions
This commit is contained in:
parent
640f0f9a31
commit
a85a5bf8fe
7 changed files with 2351 additions and 1248 deletions
|
|
@ -75,7 +75,9 @@ class PermissionBackend(ModelBackend):
|
|||
NoteClub=NoteClub,
|
||||
NoteSpecial=NoteSpecial,
|
||||
F=F,
|
||||
Q=Q
|
||||
Q=Q,
|
||||
now=datetime.datetime.now(),
|
||||
today=datetime.date.today(),
|
||||
)
|
||||
yield permission
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue