You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple Task List with authentication and authorization:
• Description: Create a Django application to manage a to-do list where each registered user can
add, mark as completed, and delete tasks.
• Goals:
* Use Django's authentication system.
* Define permissions to control access to features.
* Create basic models in Django.
* Implement views that display and modify data.
* Use forms for data entry.
* Manage relationships between models.
• Extension: Add fields such as due date and priority.