A Django app to assist Teaching Assistants and Instructors with Canvas integration.
It depends on the canvasapi library.
You can find installation instructions here.
The installation instructions need to be followed only once. After that, you can run the app by simply navigating to the instructor_pilot
directory and running:
conda activate django-ta
python manage.py runserver
where you should replace django-ta
with the name you chose for the conda environment during installation. If you do not recall the name of the conda environment you created, run conda info --envs
to get a list of all conda environments in your system.
You can find update instructions here.