Re: admin.site.register errors (due to user mistake)

2008-10-21 Thread Malcolm Tredinnick
On Tue, 2008-10-21 at 19:51 -0700, [EMAIL PROTECTED] wrote: > If you make a boneheaded move such as creating a ModelAdmin class for > a model that you forgot to include in your admin.py's model import > statement, you get an error. But it's not the error you might expect. > What happens is you ge

admin.site.register errors (due to user mistake)

2008-10-21 Thread [EMAIL PROTECTED]
If you make a boneheaded move such as creating a ModelAdmin class for a model that you forgot to include in your admin.py's model import statement, you get an error. But it's not the error you might expect. What happens is you get the "model already registered exception", citing the first model re