mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
[1.5.x] Fixed #21210 -- Documented when runserver doesn't auto-restart.
Thanks gergely at polonkai.eu for the suggestion.
Backport of 9b7d38ed5a
from master
This commit is contained in:
parent
b268488806
commit
5c1be8a870
2 changed files with 10 additions and 0 deletions
|
@ -664,6 +664,8 @@ Django.)
|
|||
|
||||
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.
|
||||
However, some actions like adding files or compiling translation files don't
|
||||
trigger a restart, so you'll have to restart the server in these cases.
|
||||
|
||||
When you start the server, and each time you change Python code while the
|
||||
server is running, the server will validate all of your installed models. (See
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue