Use REST because it's a convention. As far as I can tell, there is no other earthly reason to use it. It certainly doesn't simplify the coding of web applications.<p>In fact, REST barely exists in the Django world. The problem that Rails solved with CRUD, Django solved with the Admin interface.