diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-07-18 23:22:07 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-07-18 23:22:07 +0000 |
| commit | 00f54d6cf69fbe9a3970c038c2a67ee8c8307bca (patch) | |
| tree | e8bf123821231492068c0172eae7dc81f36379cd /docs/tutorial02.txt | |
| parent | b55b29c891b6b6b692d3e39f49875163a21e896e (diff) | |
Added scary warning about not using the development server in production environments
git-svn-id: http://code.djangoproject.com/svn/django/trunk@188 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/tutorial02.txt')
| -rw-r--r-- | docs/tutorial02.txt | 3 |
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: |
