Re: urls.py not loading changes

2013-03-11 Thread Asier Hernández Juanes
marzo de 2013 16:33:31 UTC+1, Asier Hernández Juanes escribió: > > I have launched a "/etc/init.d/uwsgi restart" but the application is still > not loading the changes in urls.py file. > > I think I have to kill the process because after restarting the uwsgi > proce

Re: urls.py not loading changes

2013-03-09 Thread Asier Hernández Juanes
9:58 UTC+1, Asier Hernández Juanes escribió: > > The problem is that I am administrating this server where the Django > application was already installed and deployed so I don't have this > information. > > However I have execute "ps -e" to view all the proce

Re: urls.py not loading changes

2013-03-09 Thread Asier Hernández Juanes
00:54:38 mysqld I think the key process is uwsgi but I can't find he way to restart it if is this the process tha I need to restart. How do you think? Thanks again! El sábado, 9 de marzo de 2013 15:22:07 UTC+1, Javier Guerra escribió: > > On Fri, Mar 8, 2013 at 6:14 PM, Asier Hernández

Re: urls.py not loading changes

2013-03-09 Thread Asier Hernández Juanes
I understand but I cannot locate the FastCGI process to stop it. When I type "locate *.fcgi" I get no results at all so unfortunatelly I don't know how to stop the Django (or fastCGI) process itself. Can anyone help me, please? -- You received this message because you are subscribed to the

Re: urls.py not loading changes

2013-03-08 Thread Asier Hernández Juanes
:04:34 UTC+1, Javier Guerra escribió: > > On Sun, Mar 3, 2013 at 8:16 AM, Asier Hernández Juanes > <asier...@gmail.com > wrote: > > i have a remote Linux server with a Django application running in a > nginx > > server > > Django application's don't

Re: urls.py not loading changes

2013-03-08 Thread Asier Hernández Juanes
; On Mon, Mar 4, 2013 at 9:03 AM, frocco <far...@gmail.com >>> >wrote: >>> >>>> That's good to know. >>>> >>>> >>>> On Monday, March 4, 2013 8:12:15 AM UTC-5, Venkatraman.S. wrote: >>>> >>>>> Always pr

urls.py not loading changes

2013-03-03 Thread Asier Hernández Juanes
Hi everyone, i have a remote Linux server with a Django application running in a nginx server but when I make a change in urls.py like adding a new urlpattern the server is not applying the changes. I have restarted nginx server but the new url is not loading. Does anyone know what may be the