andrewebdev / tehblog

A very simple django blogging app
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Make use of Ostinato Statemachine #22

Closed andrewebdev closed 13 years ago

andrewebdev commented 13 years ago

The Ostinato StateMachine class is a very nice way to manage the a statemachine for the blog and gives us a lot of control.

Since there are many choices for django blogging aps available, I'm going to force the use of django-ostinato (and django-tagging for that matter), so that we can make use of it's awesome StateMachine.

andrewebdev commented 13 years ago

available in dev branch