We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c65f57 commit 5311f37Copy full SHA for 5311f37
1 file changed
test-django-admin-query-perf/README.md
@@ -1,8 +1,8 @@
1
## Steps to reproduce the problem:
2
3
-0. (set django and python version that you want to use in pyproject.toml)
+0. (install `uv`. Optional: set django and python version that you want to use in pyproject.toml)
4
1. uv sync
5
2. ./init.py
6
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 :-)
+4. Go to `http://localhost:8000/admin/auth/user/`
+5. It takes about 3-4 seconds in Django 5.x (and renders instandly in Django 4.x)
0 commit comments