hello, my model is flexible enough to represent different and unrelated entities in the database. for example it can represent an advertisement or a blog entry.
i would like to provide separate admin interfaces for creation of different entities (adverts, blog entries, etc) each of which is represented by an instance of the same model in the database. and let only root manipulate my model "directly". is this possible with the django's admin system? or do i have to write my own? please give me pointers. thanks! konstantin -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.