views:

131

answers:

1

I'm looking for good tutorial or really simple code to integrate mongokit and django

+3  A: 

http://www.peterbe.com/plog/how-and-why-to-use-django-mongokit would seem to cover this. BTW this was the first result on google for search term "mongokit django".

mhawke