jmoiron plays the blues

#181 to johnny-cache disable multi-db savepoint tests for 1.1.3 (which does not have multi-db support) instead of confusingly failing
#180 to johnny-cache alter pull req #8 a bit to fit in with the enable/disable convenience functions
#177 to johnny-cache add an `enable` and `disable` function to make doing this from scripts, et al easier; related to pull req #8
#178 to johnny-cache Documentation: Added a warning and instructions about Johnny outside Django's request-response loop A common gotcha only mentioned in some closed Bitbucket issues is that Johnny is not enabled in e.g. scripts, management commands, asynchronous workers and the shell. I gathered and added to the documentation some information about this from the following issues in Bitbucket: https://bitbucket.org/jmoiron/johnny-cache/issue/39 https://bitbucket.org/jmoiron/johnny-cache/issue/49 https://bitbucket.org/jmoiron/johnny-cache/issue/50
9585eaf6 to johnny-cache disable multi-db savepoint tests for 1.1.3 (which does not have multi-db support) instead of confusingly failing
37d94180 to johnny-cache alter pull req #8 a bit to fit in with the enable/disable convenience functions
4107ebed to johnny-cache add an `enable` and `disable` function to make doing this from scripts, et al easier; related to pull req #8
38c8f2ee to jmoiron.net blog-edit form sorta working though integration of comment summary is copy pasta and shitty (i'll have to rethink how I build these things as the actions do involve some admin scaffold junk)
e9c98c6d to jmoiron.net start edit/add forms, fleshing out more forms library in the admin, automatically redirect the manager index to the module index (list) if the manager has only one module
fed48168 to jmoiron.net beginning a little modest restructuring, forms library for wtf/bootstrap integration (for coming add/edit forms), redoing some things as macros so it's easier to reuse elsewhere
4bb496de to jmoiron.net fix a migratedb issue with flask-login, fix the blog post list by taking out ill conceived "latest"
29f6e9a0 to jmoiron.net big batch of admin scaffolding additions, including the basic structure & the concept of managers & modules