mirror of
https://github.com/lemeow125/Django-NotesApp.git
synced 2025-05-16 19:48:11 +08:00
Added permissions to views
This commit is contained in:
parent
5b296ac367
commit
7ad2654b00
5 changed files with 18 additions and 1 deletions
|
@ -47,6 +47,7 @@ INSTALLED_APPS = [
|
|||
'corsheaders',
|
||||
'djoser',
|
||||
'accounts',
|
||||
'permissions',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue