M
M
Maxim2016-08-24 08:52:58
Django
Maxim, 2016-08-24 08:52:58

How to check if the server is running on django?

Good afternoon, how to check if the server is running on django + what ports are used?
And how to start the forever server?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
alex_deerk, 2016-08-24
@maximkv25

For forever, the dev-server from the Django developers will not work, they even wrote something like:
So you need to look towards Nginx + Gunicorn / uWSGI + Supervisor (so that the server gets up every time it crashes or reboots).
There are a lot of tutorials on the net and everything is great to google.
I've done this tyts and it seems like the project is working.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question