[Django]-Why there are two process when i run python manage.py runserver

24👍

Maybe because of the autoreload option

Try to run it with –noreload

django-admin.py runserver --noreload

Leave a comment