Skip to content

Commit a440802

Browse files
committed
Upgrade example project
Use Python 3.14 and Django 6.0, and uv for setup.
1 parent b46b32f commit a440802

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

example/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Example 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/ .

example/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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

0 commit comments

Comments
 (0)