add simple user admin and hash password

This commit is contained in:
Timur
2025-03-01 17:40:08 +03:00
parent 9a5a924333
commit 656735649d
6 changed files with 25 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@ version = "0.1.0"
readme = "README.md"
requires-python = ">=3.10,<3.12"
dependencies = [
"argon2-cffi>=23.1.0",
"celery>=5.4.0",
"colorlog>=6.9.0",
"django-cors-headers>=4.6.0",