[init] Initial commit

This commit is contained in:
ITQ
2024-03-31 21:02:53 +03:00
commit 04d4e83d1f
105 changed files with 8559 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
black
sort-requirements
ruff==0.3.4
-r prod.txt
-r test.txt
+10
View File
@@ -0,0 +1,10 @@
django==4.2.11
environs==11.0.0
gunicorn==21.2.0
python-dotenv==1.0.1
psycopg2-binary==2.9.9
djangorestframework==3.15.1
djangorestframework-simplejwt==5.3.1
django-filter==24.2
Pillow==10.2.0
drf-yasg==1.21.7
+1
View File
@@ -0,0 +1 @@
django-debug-toolbar==4.3.0