summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorAndrew Miller <info@akmiller.co.uk>2024-08-07 16:25:07 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-08-09 10:34:10 +0200
commit69aa13ffb92f6a7c62661c616a8c7b0f515ea43d (patch)
treed6b2359e39b3fc93252f944b8a4745fc4ff2c8e9 /docs/intro
parent95827452571eb976c4f0d5e9ac46843948dd5fe6 (diff)
Fixed #35591 -- Added unsuitable for production console warning to runserver.
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/tutorial01.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index db59ca49df..0536eca2f7 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -134,6 +134,9 @@ You'll see the following output on the command line:
Starting development server at http://127.0.0.1:8000/
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/
+
.. note::
Ignore the warning about unapplied database migrations for now; we'll deal
with the database shortly.