Vimeo based online course system developed by N.Kawaguchi (2021)
This tool is used for TMI, Nagoya University
This is Django based vimeo online media course tool.
install python (> 3.8)
pip install -r requirements.txt
python3 manage.py makemigration python3 manage.py migrate
python3 manage.py runserver 3000
or you may run with WSGI servers (gunicorn)