Hi

I have around 30 models inheriting from one abstract model class and
the number may grow (there's a specific reason for this design
decision, involving making the database easy for people to make
reports from the data with other tools, namely ms access, and making
it easier to make changes to specific models ). I want to
programmaticaly set permissions to all these models for specific
groups in a management command (since dumping permissions wont work,
and setting them by hand takes a lot of time). So what I want to do is
get a list of all the concrete model classes inheriting  from a
certain abstract (or not) base class. Is there a specific way to do
this?

-- 
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.

Reply via email to