Django Course Registration System Project
Description
Unformatted Attachment Preview
Use Django to build a course table that has the following fields
course id
course title
instructor
capacity
default value is 30
open seats
default value is 30
The user can use the URL /course/list/ to
see all the courses
add a new course
Add Course button is associated with the URL /course/add/
You can add a course by using the URL /course/add/
delete a course
the user can click the delete button to delete a course
add a student
click the add button to reduce the value of open_seats by 1
drop a student
click the drop button to increase the value of open_seats by 1
the value of open_seats should be in the range [0, capacity]
example:
Submit the following:
the template files for /course/list/ and /course/add/
views.py
models.py
screenshots of /course/list/ and /course/add/
Purchase answer to see full
attachment
Have a similar assignment? "Place an order for your assignment and have exceptional work written by our team of experts, guaranteeing you A results."