From 82add23844cd247401b5845b943c48b57831f590 Mon Sep 17 00:00:00 2001 From: Tahinli Date: Sun, 30 Jun 2024 17:36:29 +0300 Subject: [PATCH] feat: :sparkles: token based auth --- .idea/workspace.xml | 11 ++--------- .vscode/settings.json | 1 + db.sqlite3 | Bin 135168 -> 151552 bytes tJango/__pycache__/settings.cpython-312.pyc | Bin 2709 -> 2725 bytes tJango/settings.py | 5 +++-- user/migrations/0002_alter_user_username.py | 18 ++++++++++++++++++ user/views.py | 4 +++- 7 files changed, 27 insertions(+), 12 deletions(-) create mode 100644 user/migrations/0002_alter_user_username.py diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e5c8df4..4113440 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,14 +4,7 @@