diff options
| author | Andrew Miller <info@akmiller.co.uk> | 2024-08-07 16:25:07 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-08-09 10:34:10 +0200 |
| commit | 69aa13ffb92f6a7c62661c616a8c7b0f515ea43d (patch) | |
| tree | d6b2359e39b3fc93252f944b8a4745fc4ff2c8e9 /docs/intro | |
| parent | 95827452571eb976c4f0d5e9ac46843948dd5fe6 (diff) | |
Fixed #35591 -- Added unsuitable for production console warning to runserver.
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/tutorial01.txt | 3 |
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. |
