Homework 3 (Models and Views)

Due Feb 12, total of 100 points

You did not submit this assignment and received 0 points.

Description

In this assignment, you will dive into the backend of your grading application by implementing models and views:

You will need to implement the following models:

  1. Assignment (title, description, due date, max score)
  2. Submission (student, assignment, submission time, uploaded file)

Your views should handle these key functionalities:

Note: Ensure your views are properly connected to your URLs and templates.