Task 3 Django
Task 3 Django
● Classroom
● Course
● School
● Any other related models as needed
3️⃣ Pagination
Add pagination support for all list endpoints, including:
● Classroom list
● Course list
● School list
● Exam list
4️⃣ Authentication & Authorization (JWT)
Implement user authentication & authorization using JWT:
● Send an email to the admin notifying them about the new user (e.g., [email protected]
just registered).
● Note: This will currently block the process until the email is sent (synchronous).
● This blocking will be fixed in the next session using background tasks (e.g., Celery).