Integrating Django with Amazon's Database 'SimpleDB?

It doesn't look like there's any way to use Django's ORM with SimpleDB at the moment, unless you want to write all the code yourself. I'd suggest interfacing with SimpleDB using normal Python code (which would get called by your views or however you wish to do it) To do this, use boto It's mature, stable and well-documented -- I used it quite successfully in a Django project I recently undertook.

It doesn't look like there's any way to use Django's ORM with SimpleDB at the moment, unless you want to write all the code yourself. I'd suggest interfacing with SimpleDB using normal Python code (which would get called by your views or however you wish to do it). To do this, use boto.It's mature, stable and well-documented -- I used it quite successfully in a Django project I recently undertook.

Okie..thanks for the reply Alistair :) I will try it with just Python . – rv_k Feb 22 at 12:05 How is it going? I'm planning on doing the same thing.

I'm happy with Boto so far, but I'm not sure how to integrate into Django. – Jiyosub Apr 15 at 7:49.

There is now experimental support using django-norel with the django-simpledb backend.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions