Skip to content

Commit 5311f37

Browse files
authored
Revise README steps for Django admin query performance
1 parent 8c65f57 commit 5311f37

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Steps to reproduce the problem:
22

3-
0. (set django and python version that you want to use in pyproject.toml)
3+
0. (install `uv`. Optional: set django and python version that you want to use in pyproject.toml)
44
1. uv sync
55
2. ./init.py
66
3. ./run-gunicorn.py or ./run-daphne.py
7-
4. Go to `127.0.0.1:8000/admin`
8-
5. See how long it loads :-)
7+
4. Go to `http://localhost:8000/admin/auth/user/`
8+
5. It takes about 3-4 seconds in Django 5.x (and renders instandly in Django 4.x)

0 commit comments

Comments
 (0)