Hi All, I am developing some django apps, mostly they are adds to the django admin interface... What I need to do a lot is adding some Ajax calls, but I am a bit confused about weather It's better to provide those Ajax calls as web services like SOAP or REST, or I just create normal views.. I need to standardize those calls, I want to have a pattern to follow whenever I need to create new Ajax call to minimize the time needed to add new functionality and focus on the function Itself, cause currently every time I want to add a new call, I keep asking myself this question, and It confuses me a lot.
Also I want to ask weather REST is only used to get,post, put and object or It can be just like a way to do RPC? cause most of examples for REST are just focusing on get/post an object. Your thoughts are highly appreciated. :-) Regards, Sherif. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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.