summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/intro/tutorial01.txt')
-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.