Re: Help with admin inlines

2009-08-30 Thread Frank Wiles
On Fri, Aug 28, 2009 at 3:12 AM, Léon Dignòn wrote: > > Hi, > > I tried to stack two models in the admin interface. Any ideas why I > get this error? > > issubclass() arg 1 must be a class > File "C:\Django\myproject\myapp\admin.py" in >  22. admin.site.register(Manufacturer, ManufacturerAdmin)

Help with admin inlines

2009-08-28 Thread Léon Dignòn
Hi, I tried to stack two models in the admin interface. Any ideas why I get this error? issubclass() arg 1 must be a class File "C:\Django\myproject\myapp\admin.py" in 22. admin.site.register(Manufacturer, ManufacturerAdmin) admin.py class Aer