__init.py__ executed more than once?

2008-02-22 Thread Almir Karic
http://dpaste.com/36380/ here is my code as well as the error, it seems that __init__.py is executed more than once, any ideas why? any ideas how to fix it? (i am trying to follow the reccommandations from http://code.djangoproject.com/wiki/NewformsAdminBranch ) -- error: one bad user found i

Re: __init.py__ executed more than once?

2008-02-22 Thread Michael Newman
I have been having this issue with newforms admin a lot recently including in a patch for the Auth code. I really think that this is a problem with newforms admin. I think that the Already Registered error should be called silently to fix this issue or admin.py should be imported when the apps are