[Answered ]-Django not reflecting changes to urls.py

2👍

Nginx doesn’t run Django alone, but it should interact with a wsgi app server like uwsgi or gunicorn.

Maybe you should restart the wsgi app server instead of nginx.

0👍

good catch @bcvery1. Also for those who are running django apps via passenger, restarting nginx or re-creating restart.txt file should also work to see those changes.

👤robin

Leave a comment