source .venv/bin/activate
python manage.py runserver
Check python version
- python --version Should be "Python 3.14.2"
Install packages
uv lock --upgrade
uv sync
uv tree --outdated
uv tree --outdated --depth=1
uv lock --upgrade
uv sync
python manage.py runserver
New Clone:
uv venv
python manage.py migrate
python manage.py createsuperuser
python manage.py populate_dummy_data