strange. I´m using this for one of my applications and it works fine. hers´s my setup:
/library/ __init__.py admin.py views.py /models/ __init__.py addon.py camera.py material.py __init__.py (in the models-directory): from library.models.material import Material, MaterialImage from library.models.camera import Camera from library.models.addon import AddOn material.py (for example): class Material(models.Model): .... class Meta: app_label = "library" admin.py: from library.models.material import Material, MaterialImage ... admin.site.register(Material, MaterialOptions) ... I´m using the current trunk. hope that helps, patrick On Oct 28, 5:31 pm, Rock <[EMAIL PROTECTED]> wrote: > I tried to do this several months ago during the run up to the 1.0 > release and, at that time, the capability was broken. Furthermore I > recall having a discussion with some core developer that it was not on > the short list to fix for 1.0. I didn't submit a ticket for this, but > it may have been because someone else had already done so. I suggest > searching the tickets before spending any more time trying to make > this work. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---