summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2024-08-11 13:08:00 +0200
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-08-12 10:57:02 +0200
commitf883bef05457a5a49eb31109429fc01737f82532 (patch)
tree848716e2567f1d10c7a2f6c2367871579fb25c92 /docs/intro/tutorial01.txt
parentf16a9a556fb4225f9094048614f4fcec3db7e067 (diff)
Refs #35591 -- Removed hardcoded "stable" version in runserver warning.
Diffstat (limited to 'docs/intro/tutorial01.txt')
-rw-r--r--docs/intro/tutorial01.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index 0536eca2f7..3f89220949 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -135,7 +135,7 @@ You'll see the following output on the command line:
Quit the server with CONTROL-C.
WARNING: This is a development server. Do not use it in a production setting. Use a production WSGI or ASGI server instead.
- For more information on production servers see: https://docs.djangoproject.com/en/stable/howto/deployment/
+ For more information on production servers see: https://docs.djangoproject.com/en/|version|/howto/deployment/
.. note::
Ignore the warning about unapplied database migrations for now; we'll deal