To run server use the command in the project directory: poetry run python manage.py runserver

To create migrations use the command: poetry run python manage.py makemigrations

For migration use the command: poetry run python manage.py migrate