summaryrefslogtreecommitdiff
path: root/docs/tutorial02.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial02.txt')
-rw-r--r--docs/tutorial02.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/tutorial02.txt b/docs/tutorial02.txt
index 984c65b2ed..7552128285 100644
--- a/docs/tutorial02.txt
+++ b/docs/tutorial02.txt
@@ -44,6 +44,9 @@ want to change the server's port, pass it as a command-line argument::
django-admin.py runserver 8080
+DON'T use this server in anything resembling a production environment. It's
+intended only for use while developing.
+
Now, open a Web browser and go to "/admin/" on your domain. You should see the
admin's login screen: