Rails controllers?
There are some attempts on django RESTful urls:
http://www.google.com/search?hl=en&q=django+rest&btnG=Search
http://www.google.com/search?hl=en&q=django+restful&btnG=Search
And please post this to the django-users group instead (unless you
propose integrating this into django itself).
--
Best regards, Yuri V. Baburov, ICQ# 99934676, Skype: yuri.baburov,
MSN: bu...@live.com
I'm not sure this is the right forum for your question. If you're
looking for general feedback on a design spec that you have for your
own projects, then you this question should be directed to
Django-users. This forum is for discussing the development of Django
itself.
If this is a proposal for Django itself, then you're going to need to
explain why this change is needed. At the moment, we provide generic
views; these can be deployed in any URL scheme you wish. Given the
extent to which different applications will need different subsets of
the 13 views you propose, with different authentication/access
controls, I'm not sure I see the value in wrapping this "standard". Of
course, I could be wrong - perhaps the best way to prove that is to
make your proposal an external reusable application, and demonstrate a
large user community.
If you're proposing this for Django, you should also keep in mind the
Django development cycle - at the moment, we're in a push for v1.1, so
new proposals aren't getting much attention. If you wait until the
dust has settled after v1.1, you may find you get more attention.
On a slightly broader note, this falls into the category of REST API
proposals - so I would suggest you have a read of the following:
http://jacobian.org/writing/rest-worst-practices/
Yours,
Russ Magee %-)