Can Django be used for web services?

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2010-05-20T19:27:28Z Indexed on 2010/05/20 19:30 UTC
Read the original article Hit count: 206

Filed under:
|
|
|

My friend said, "Pylons is so much better for web services."

My other friend said, "You can modify Django in a way to do exactly whatever you like."

In Django, what is necessary to be modified (urls.py? models classes? settings?) in order to do "web services" with APIs and REST and versioning, etc etc.?

© Stack Overflow or respective owner

Related posts about django

Related posts about python