Grok vs. Django for RESTful API?
Roman Putilov
kelebrinir at gmail.com
Sun Jun 24 22:18:07 EDT 2012
More information about the Python-list mailing list
Sun Jun 24 22:18:07 EDT 2012
- Previous message (by thread): Grok vs. Django for RESTful API?
- Next message (by thread): tiffany 0.5 released
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
You could implement REST protocol for Grok using http://pypi.python.org/pypi/restkit/ 2012/6/25 TG <tlgraffa at gmail.com> > Just hoping to get some opinions: Grok vs Django for REST? I've started > evaluating TastyPie with Django. Is there something similar for Grok? > > I'm working on a project that will mostly be mobile-app based. Though > there will be a web interface, the mobile part is more important to us. Our > data model is pretty straight-forward so far (it's a social networking type > app), but may become a bit more involved if we begin to add > information/event streams. > So finding a framework that works well with a dynamically changing data > model is somewhat important (hopefully we won't change it too often). > Having a good security/authentication/authorization framework is important > too. > > I consider myself pretty strong with Python and other languages, but web > programming is new to me. I'm comfortable though with HTTP/SQL/etc. > -- > http://mail.python.org/mailman/listinfo/python-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20120625/00f3b6e4/attachment.html>
- Previous message (by thread): Grok vs. Django for RESTful API?
- Next message (by thread): tiffany 0.5 released
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list