This commit is contained in:
2024-06-04 22:08:15 +02:00
commit e899252f31
74 changed files with 1969 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Django
django-cors-headers
django-vite
celery
channels_redis
djangorestframework
django-celery-beat

3
app/requirements/dev.txt Normal file
View File

@@ -0,0 +1,3 @@
-r common.txt
channels[daphne]

View File

@@ -0,0 +1,4 @@
-r common.txt
uvicorn
channels