peterbe / django-mongokit

Bridging Django to MongoDB with the MongoKit ODM (Object Document Mapper)
Other
122 stars 20 forks source link

Mongokit dependency install #9

Closed Kostanos closed 11 years ago

Kostanos commented 11 years ago

It seems that I should to install mongokit too, apart of django-mongokit. Why just to not add the dependency to django-mongokit? So pip install django-mongokit will install mongokit and pymongo too.

peterbe commented 11 years ago

Excellent point! I'll make a pull request for this.

peterbe commented 11 years ago

Voila! https://github.com/peterbe/django-mongokit/commit/e1508906523d47dbd104db2aa62c8fca5b47135f Does that work for you?