django-heroku-mongoify

Friendly MongoDB for Django on Heroku
Download

django-heroku-mongoify Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Andy Dirnberger
  • Publisher web site:
  • https://github.com/dirn/

django-heroku-mongoify Tags


django-heroku-mongoify Description

django-heroku-mongoify is a user-friendly method to configure Django projects on Heroku to use MongoDB.Inspired by the work of Randall Degges.UsagePlace this code into your project's settings.py:from mongoify import mongoifyfrom pymongo import Connectiondb = Connection(mongoify(default='mongodb://localhost'))Full documentation can be found on Read the Docs.InstallationInstalling django-heroku-mongoify is easy:pip install django-heroku-mongoifyor download the source and run:python setup.py installProduct's homepage


django-heroku-mongoify Related Software