Hi, I'm relatively new to django and maybe my question is stupid, but...
Is it possible to map in urls.py some url not to function in views.py (which has first argument with HttpRequest) but to some class methot? In that case each instance of such class would be created when session starts and for subsequnt calls would be served as self ? I know, I know that HttpRequest has session member and I can use it. But maybe it would be good idea to have such url ==> class.method mapping. thanks, skink --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

