Skip to content

Commit

Permalink
Added Token Authentication to PaintingsApp
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaBansal2310 committed Feb 26, 2024
1 parent 0696510 commit adf550c
Show file tree
Hide file tree
Showing 7 changed files with 417 additions and 2 deletions.
Binary file modified Painting/__pycache__/settings.cpython-311.pyc
Binary file not shown.
3 changes: 2 additions & 1 deletion Painting/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
'PaintingApp',
'rest_framework.authtoken',
'corsheaders' ,
'accounts'
'accounts',

]

REST_FRAMEWORK = {
Expand Down
Loading

0 comments on commit adf550c

Please sign in to comment.