Skip to content

Start Sidewinder

If this is the first time, don't forget to run Django's migrate management command before starting the server:

uv run -- manage.py migrate

You can then start the development web server:

uv run -- manage.py runserver