Skip to content

asldevi/django-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple comments app with django and mongoengine

usage: 

Install Fabric ($easy_install fabric), if don't have it installed yet 
Install MongoDB and make sure that "mongo" and "mongod" are in the $PATH
Now,

$fab install    #(in case you don't have django or mongoengine)
$fab mongo      # runs mongo server
$fab django     # runs the app django dev server

About

a simple app with django and mongoengine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages