This version uses Python 3.8 running and the most up-to-date versions of Django 3.1 and django CMS 3.8.
You need to have docker installed on your system to run this project.
- Install Docker here.
- If you have not used docker in the past, please read this introduction on docker here.
docker compose build web
docker compose up -d database_default
docker compose run web python3 manage.py migrate
docker compose run web python3 manage.py createsuperuser
docker compose up -dThen open http://127.0.0.1:8000 in your browser.