feat: implement LMS core (CMS, Courses, Enrollment, Progress, Auth) (Admin + API)
Build & Push Docker Image (Backend) / build (push) Successful in 54s

This commit is contained in:
Flook
2026-05-03 09:36:47 +07:00
parent 1ec6fa68a1
commit fe67d491e2
25 changed files with 590 additions and 71 deletions
+11 -10
View File
@@ -1,10 +1,11 @@
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
gunicorn==25.3.0
whitenoise==6.12.0
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
gunicorn==25.3.0
whitenoise==6.12.0
django-filter==25.2