Each of the directories are an independent Django Project.
For the most part you can run all of them by following the steps below:
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py collectstatic
python manage.py runserver