Firstly, install pyenv to your machine. Visit official page and follow the instalation instructions.
pyenv install 3.11pyenv virtualenv 3.11 photo-djangopyenv activate photo-djangoIn activated photo-django virtual environment install poetry.
pip install poetryFor installing all packages (includes dev dependencies)
make install-all-packagesInstalling packages for development
make install-packges
make run-servermake make-migrationspython manage.py makemigrationsmake create-admin