On Sun, Mar 3, 2013 at 8:16 AM, Asier Hernández Juanes
<asiertxo...@gmail.com> 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
<asiertxo...@gmail.com> 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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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