Re: django-registration not reflecting changes to forms and views

2009-06-24 Thread Graham Dumpleton
On Jun 24, 10:10 pm, David De La Harpe Golden wrote: > neri...@gmail.com wrote: > > I tried adding more form fields to the > > registration form and the changes would never show with touch > > dispatch.fcgi, > > Which fcgi implementation are you using? Assuming apache2 web server, > note that t

Re: django-registration not reflecting changes to forms and views

2009-06-24 Thread neridaj
I am on Dreamhost using Mod_fastcgi and believe that this is my only option at the moment. I tried pkill python and pkill .*dispatch.fcgi with no change. The only changes that are reflected are changes to the template and the urls i.e., the view and form that are called by the url have been delete

Re: django-registration not reflecting changes to forms and views

2009-06-24 Thread David De La Harpe Golden
neri...@gmail.com wrote: > I tried adding more form fields to the > registration form and the changes would never show with touch > dispatch.fcgi, Which fcgi implementation are you using? Assuming apache2 web server, note that the common (since it's in debian and derivatives by default) mod_fcgi

django-registration not reflecting changes to forms and views

2009-06-23 Thread neri...@gmail.com
I'm using django-registration and don't understand why changes made to form and views are not reflected in the browser, even after deleting the referenced forms and views. I tried adding more form fields to the registration form and the changes would never show with touch dispatch.fcgi, so I tried