File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Example Application
22===================
33
4- Use Python 3.13 to set up and run with these commands:
4+ Use uv to set up with these commands:
55
66.. code-block :: sh
77
8- python -m venv . venv
8+ uv venv
99 source .venv/bin/activate
10- python -m pip install -e .. -r requirements.txt
10+ uv pip install -e .. -r requirements.txt
1111 python manage.py runserver
1212
1313 Open it at http://127.0.0.1:8000/ .
Original file line number Diff line number Diff line change 11# This file was autogenerated by uv via the following command:
22# uv pip compile --universal requirements.in -o requirements.txt
3- asgiref == 3.8 .1
3+ asgiref == 3.11 .1
44 # via django
5- django == 5.2
5+ django == 6.0.4
66 # via
77 # -r requirements.in
88 # django-template-partials
9- django-template-partials == 24.4
9+ django-template-partials == 25.3
1010 # via -r requirements.in
11- faker == 37.1 .0
11+ faker == 40.15 .0
1212 # via -r requirements.in
13- sqlparse == 0.5.3
13+ sqlparse == 0.5.5
1414 # via django
15- tzdata == 2025.2
15+ tzdata == 2026.1 ; sys_platform == 'win32'
1616 # via
1717 # django
1818 # faker
You can’t perform that action at this time.
0 commit comments