Re: Strange login error in newforms-admin site: ViewDoesNotExist at /accounts/login/

2008-04-01 Thread Michael
I tried this today with runserver and could not duplicate this issue. It appears to be a mod_python issue. This is interesting. On Tue, Apr 1, 2008 at 8:51 AM, Michael <[EMAIL PROTECTED]> wrote: > > Yours was one of the posts I discovered when I googled this but my > > problem seemed to come

Re: Strange login error in newforms-admin site: ViewDoesNotExist at /accounts/login/

2008-04-01 Thread Michael
> Yours was one of the posts I discovered when I googled this but my > problem seemed to come out of nowhere and your report seemed to imply > a more reproducible issue. It's difficult to reproduce, because it involves a rather deep level of importing and self importing. This happens every

Re: Strange login error in newforms-admin site: ViewDoesNotExist at /accounts/login/

2008-04-01 Thread AndyB
Thanks. Yours was one of the posts I discovered when I googled this but my problem seemed to come out of nowhere and your report seemed to imply a more reproducible issue. Is this problem intermittent or dependant on what type of Django configuration you are using? (i.e. mod_python vs Django dev

Re: Strange login error in newforms-admin site: ViewDoesNotExist at /accounts/login/

2008-03-31 Thread Michael
This is an instance of the AlreadyRegistered exception rearing its head in the contrib.auth section, something I have been banging my head against since I originally rewrote the auth code for a personal project a few months ago. Here is the ticket and a patch that fixes the problem without quite

Strange login error in newforms-admin site: ViewDoesNotExist at /accounts/login/

2008-03-31 Thread AndyB
Some code that has previously worked fine and still works fine on my development server has started giving the following error on a production server when I try and visit my login page: ViewDoesNotExist at /accounts/login/ Could not import django.contrib.auth.views. Error was: cannot import name