This is a web server that can host quizzes.
pip install -r requirements.txtIn the virtual env: \venv\lib\site-packages\markdownx\urls.py
Replace:
from django.conf.urls import urlWith:
from django.urls import re_path as urlpython manage.py makemigrationspython manage.py migratepython manage.py createsuperuserpython manage.py runserver