I know this has been already raised, but I still can't make it work. I've changed urls paths in the urls.py file. The changes are not being applied. Still the old version of the file is working.

I've tried reloading nginx server but it doesn't help. I run my django project under nginx with gunicorn.

有帮助吗?

解决方案

Without knowing your setup (nginx + gunicorn + django?), I think that you need to restart gunicorn in order to reload the python/django application.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top