Hi all,

A while back I wrote about a new project I'd created called Drum:

https://github.com/stephenmcd/drum

It's basically a Hacker News / Reddit clone built with Mezzanine, intending
to show off Mezzanine's non-CMS capabilities such as threaded comments,
ratings, and public user accounts. I wrote about it in detail here:

http://blog.jupo.org/2013/04/30/building-social-apps-with-mezzanine-drum/

At the time I'd made the source for Drum public, but it was simply a dump
of the Django/Mezzanine project, and not automatically installable in any
way. Now I've upgraded it all into an installable app pn PyPI, compatible
with Mezzanine 3, along with a project template that gets everything going,
in exactly the same fashion as Cartridge, eg:

    $ pip install -U drum
    $ mezzanine-project -a drum project_name
    $ cd project_name
    $ python manage.py createdb --noinput
    $ python manage.py runserver

Merry xmas!

-- 
Stephen McDonald
http://jupo.org

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to