-
Only one command is needed from root:
docker compose up --build -
If you don't have docker installed you can do the following:
pip install -r .\requirements.txtpython main/manage.py makemigrationspython main/manage.py migratepython main/manage.py runscript setup_demopython main/manage.py runserver
With docker a superuser admin:admin is created automatically, you need to add this manually as well if you need it with the second installation method.
- Visit the site at: http://127.0.0.1:8000/
Submitted by Kalvyn Roux