On Sun, Mar 3, 2013 at 8:16 AM, Asier Hernández Juanes
<[email protected]> wrote:
> i have a remote Linux server with a Django application running in a nginx
> server

Django application's don't run in the nginx server.  There must be
some other process running your app.  Either uWSGI, gunicorn, FastCGI,
etc.


On Fri, Mar 8, 2013 at 12:14 PM, Asier Hernández Juanes
<[email protected]> wrote:
> I have removed the .py and the .pyc files, restart the nginx server and the
> application is still working.

you have to restart the Django process to make it reload the new code.


--
Javier

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to