First version

This commit is contained in:
2024-12-16 16:35:12 +01:00
commit 69bc5698bd
52 changed files with 5598 additions and 0 deletions

23
backend/Pipfile Normal file
View File

@ -0,0 +1,23 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
psycopg2-binary = "*"
django-browser-reload = "*"
six = "*"
channels-redis = "*"
redis = "*"
django-redis = "*"
channels = {extras = ["daphne"], version = "*"}
twisted = {extras = ["tls", "http2"], version = "*"}
djangorestframework = "*"
markdown = "*"
django-filter = "*"
[dev-packages]
[requires]
python_version = "3.12"