Really basic question. Learning Django and now working on development server with nginx set up for me. I've edited my urls.py file in my django project but its not registering the change. Do i need to restart nginx every time I edit the urls.py file? I don't have root access so this wouldn't be possible or is there a local level way of doing it?
EDIT: Turns out there was an answer. I just needed to touch the .wsgi file for my site.