-
Notifications
You must be signed in to change notification settings - Fork 3
Adding and deleting a course
On the home page of the app, 127.0.0.1:8000
, click on the +
button:

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

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.
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
.
