At the moment it does not seem to use Django ORM with SimpleDB unless you want to write all the code yourself. I suggest interacting with SimpleDB using regular Python code (which will be triggered by your views or, nevertheless, you want to do this).
To do this, use boto . It is mature, stable and well documented - I used it quite successfully in the Django project that I recently took.
source
share