On 24 Lis, 22:15, Tim Valenta <[email protected]> wrote: > If you're not doing anything fancy with AdminSite objects (ie, you're > only using the default admin site), then do this: > > # assuming you've already done: from django.contrib import admin > admin.site.unregister(MyModel) >
The 'unregister' word seems to have been misleading, as I wasn't referring to admin panel at all :) I want my unmanaged models to literally disappear from Django sight, and then re-appear on demand. -- Tomasz Zielinski http://pyconsultant.eu -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

