This is a web server that can host quizzes.
pip install -r requirements.txt
In the virtual env: \venv\lib\site-packages\markdownx\urls.py
Replace:
from django.conf.urls import url
With:
from django.urls import re_path as url
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver