On Fri, Feb 17, 2012 at 12:28 PM, andreas <[email protected]> wrote: > Thanks Tom! > > I somehow was under the impression that each instantiated plugin would > overwrite the data that is stored on the class level. > > What would be the best approach if i don't want to create an __init__ > for all my Plugin-Subclasses?
It's one line, suck it up. Object instantiation belongs in the __init__ method. Cheers Tom -- 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.

