Y
Hacker News
new
|
ask
|
show
|
jobs
by
okso
1289 days ago
Django does this by storing the state in the database, starting the main Django in a thread that can be restarted on code change [1] ; It does not keep the state in memory.
https://github.com/django/django/blob/e34dfad0a310c616c7b62e...