Added instructor model, admin and basic actions

This commit is contained in:
2025-12-01 18:41:44 +01:00
parent 99a8cfe482
commit 5d1686f24b
12 changed files with 283 additions and 13 deletions

View File

@@ -18,6 +18,7 @@ django-colorfield = "^0.14.0"
openpyxl = "^3.1.5"
django-admin-action-forms = "^2.2.1"
django-polymorphic = "^4.1.0"
django-phonenumber-field = {extras = ["phonenumberslite"], version = "^8.4.0"}
[build-system]