Skip to content

Commit

Permalink
Fixed #1638 -- Documented shortcomings of development server in docs/…
Browse files Browse the repository at this point in the history
…django-admin.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3062 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Jun 2, 2006
1 parent c18dc3d commit b82ac71
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/django-admin.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -148,7 +148,11 @@ If you run this script as a user with normal privileges (recommended), you
might not have access to start a port on a low port number. Low port numbers might not have access to start a port on a low port number. Low port numbers
are reserved for the superuser (root). are reserved for the superuser (root).


DO NOT USE THIS SERVER IN A PRODUCTION SETTING. DO NOT USE THIS SERVER IN A PRODUCTION SETTING. It has not gone through
security audits or performance tests. (And that's how it's gonna stay. We're in
the business of making Web frameworks, not Web servers, so improving this
server to be able to handle a production environment is outside the scope of
Django.)


The development server automatically reloads Python code for each request, as The development server automatically reloads Python code for each request, as
needed. You don't need to restart the server for code changes to take effect. needed. You don't need to restart the server for code changes to take effect.
Expand Down

0 comments on commit b82ac71

Please sign in to comment.