Skip to content
/ drum Public
forked from stephenmcd/drum

Drum is a Reddit / Hacker News clone, built using Mezzanine.

License

Notifications You must be signed in to change notification settings

AndreLesa/drum

 
 

Repository files navigation

Drum

Drum is a Reddit / Hacker News clone, built using Mezzanine. It is intended to demonstate some of the non-CMS capabilities of Mezzanine, such as threaded comments, ratings, and public user accounts.

Check out the blog post Building Social Apps with Mezzanine, which contains a detailed walk-through of how Drum was built.

Installation

Basic setup:

$ hg clone ssh://hg@bitbucket.org/stephenmcd/drum
$ cd drum
$ pip install -r requirements.txt
$ cp local_settings.py.template local_settings.py
$ ./manage.py createdb --noinput
$ ./manage.py runserver

About

Drum is a Reddit / Hacker News clone, built using Mezzanine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published