feat: Restructure view of own profile, add token authorization for API

This commit is contained in:
2024-11-18 22:40:59 +01:00
parent c0edef51bd
commit 5dd1991af8
5 changed files with 49 additions and 10 deletions

View File

@@ -169,6 +169,7 @@ INSTALLED_APPS = [
'crispy_forms',
"crispy_bootstrap4",
"rest_framework",
'rest_framework.authtoken'
]
MIDDLEWARE = [