Hi, I'm very new to django and python .. coming from java world.
I really like django structure (apps, ...) but I do not understand how one can create some base class where all general methods same for all views could be put. You know I can see that views.py is only a module I would rather expect class in it and all methods part of this class. Then this class could extend my BaseViewClass. Is something like before and after interceptors possible in django ? Then I would not need any base class. Thank you. Cheers Daniel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

