mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Refs #35591 -- Removed hardcoded "stable" version in runserver warning.
This commit is contained in:
parent
f16a9a556f
commit
f883bef054
4 changed files with 16 additions and 7 deletions
|
@ -135,7 +135,7 @@ You'll see the following output on the command line:
|
|||
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/
|
||||
For more information on production servers see: https://docs.djangoproject.com/en/|version|/howto/deployment/
|
||||
|
||||
.. note::
|
||||
Ignore the warning about unapplied database migrations for now; we'll deal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue