【发布时间】:2022-11-09 11:28:06
【问题描述】:
Recent I am running Django project on terminal using this command:
python manage.py runserver 0.0.0.0:80
But Server is stopped by closing terminal, So I need to run server in background. How can I solve this issue?
-
Are you using this command for production ?
-
Minimize terminal?
-
When developing, why don't you want the terminal? It's content is useful for debugging. In production, you ought not to be using the development server.