문제

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