Initial django project creation

This commit is contained in:
2025-08-25 14:12:04 +02:00
commit 637877be6c
8 changed files with 209 additions and 0 deletions

6
requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
asgiref==3.9.1
Django==5.2.5
dotenv==0.9.9
psycopg==3.2.9
python-dotenv==1.1.1
sqlparse==0.5.3