Skip to content

Adding and deleting a course

Ioannis Michaloliakos edited this page Sep 8, 2023 · 2 revisions

Adding a course

On the home page of the app, 127.0.0.1:8000, click on the + button:

add_course_button

A new window will appear with fields for the course code and the course term.

add_course_modal

If you enable the option Sync from Canvas, the course will be created only if a course with the same course code and semester is found in the connected canvas account.

Deleting a Course

While there is no option to delete a course from the regular user interface, as with most other database tasks, this can be achieved from the app's admin panel at 127.0.0.1:8000/admin. Navigate to the list of courses at http://127.0.0.1:8000/admin/courses/course/ and select the course that you want to delete. In the actions dropdown menu, select Delete selected courses and click the Go button. In the verification page click on Yes, I'm sure.

delete_course_admin