Make sure you have Poetry installed. To install all project dependencies, run:
poetry env use *the version of python you have installed ^3.13*poetry install --no-rootActivate environment shell by:
poetry shellUse next command to run project:
compose up --build -d
python manage.py runserver