Re: Django registration not showing logged in on all pages

2010-03-09 Thread Duvalfan23
This worked like a charm!! Thanks!! On Mar 9, 12:47 am, Kenneth Gonsalves <law...@au-kbc.org> wrote: > On Tuesday 09 Mar 2010 11:01:59 am Duvalfan23 wrote: > > > Not that Im aware of. Im using the built in auth methods as of now for > > login and logout. Im kind of a dja

Re: Django registration not showing logged in on all pages

2010-03-08 Thread Duvalfan23
, Kenneth Gonsalves <law...@au-kbc.org> wrote: > On Tuesday 09 Mar 2010 7:23:35 am Duvalfan23 wrote: > > > I have started a Django application with the Django Registration from > > GoogleCode included also. I built a menu that has certain menu items > > only viewable by

Django registration not showing logged in on all pages

2010-03-08 Thread Duvalfan23
I have started a Django application with the Django Registration from GoogleCode included also. I built a menu that has certain menu items only viewable by logged in users. My login page is ~/login/ and register page is ~/register/. Whenever I log in, the logged in menu shows up on the Login and

Re: Setting up Django, Apache and Nginx on Windows Vista

2009-06-27 Thread Duvalfan23
wrote: > Duvalfan23 wrote: > > I am a new user to Django and want to set it up with Apache, Nginx, > > and MySQL on Windows Vista for testing. I will set up on Linux once I > > get a shared hosting account. Does anyone know a website that explains > > this very well from

Setting up Django, Apache and Nginx on Windows Vista

2009-06-25 Thread Duvalfan23
I am a new user to Django and want to set it up with Apache, Nginx, and MySQL on Windows Vista for testing. I will set up on Linux once I get a shared hosting account. Does anyone know a website that explains this very well from start to finish on Vista? Or can someone explain how to do this on