On 9/22/06, Simon de Haan <[EMAIL PROTECTED]> wrote: > Hi Limodou, > > Not sure about your decorator idea, personally I think it goes beyond the > scope of the url's in general and django's urlpatterns and is quite view > specific. > > Any ideas about implementing the GET/POST/PUT/DELETE etc..? > Decorator is used for seperating some basic functionality, just like user authentication, logging, etc. And for now, we should write them in View code, so if the decorator is changed, so we need to modify view code.
Yeah, this thread is talking about GET/POST/..., but I think it could be extended for other things. If these things could be implemented, and we might implmented an interface just like zope, and use it to constrol the security ,authentication, logging, etc. And these extend also include GET/POST/PUT/... etc. If this idea is sound reasonable, so we can discuss more deeply, if not, just skip it. Why I think the urls.py is suit for these kind of things, because all the methods can be exposed to user are saved in it. So we can make it more strong and controllable I think. -- I like python! My Blog: http://www.donews.net/limodou UliPad Site: http://wiki.woodpecker.org.cn/moin/UliPad UliPad Maillist: http://groups.google.com/group/ulipad --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers -~----------~----~----~----~------~----~------~--~---
