Django

Code

Changeset 188

Show
Ignore:
Timestamp:
07/18/05 18:22:07 (3 years ago)
Author:
adrian
Message:

Added scary warning about not using the development server in production environments

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/tutorial02.txt

    r187 r188  
    4444 
    4545    django-admin.py runserver 8080 
     46 
     47DON'T use this server in anything resembling a production environment. It's 
     48intended only for use while developing. 
    4649 
    4750Now, open a Web browser and go to "/admin/" on your domain. You should see the