Disagree, Django Rest Framework and TastyPie make REST APIs effortless: write Django models, register them with the REST plugin, hook the plugin to your main URL structure. They're a really good example of how Django enables reuse.
Implementation-wise they both hook into the model framework and the form framework, although you can swap out those parts if your data lives elsewhere.