added active to Project

This commit is contained in:
2025-05-25 21:21:41 +02:00
parent 635ad35c55
commit 80a2eb5b5d
10 changed files with 334 additions and 32 deletions

15
Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
djangorestframework = "*"
djangorestframework-simplejwt = "*"
requests = "*"
[dev-packages]
[requires]
python_version = "3.10"