init: initial Django LMS backend

This commit is contained in:
Flook
2026-04-26 05:22:02 +07:00
commit bca709b071
40 changed files with 699 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
Django==6.0.2
djangorestframework==3.17.1
django-unfold==0.90.0
djangorestframework-simplejwt==5.5.1
django-allauth==65.16.1
python-dotenv==1.2.2
psycopg[binary]==3.3.3
django-cors-headers==4.9.0