James Gardner: Home > Blog > 2006 > QuickWiki Tutorial

QuickWiki Tutorial

Posted:2006-07-23 16:19
Tags:Pylons, Python, Web

I've written and released a complete tutorial on how to create a working wiki using Pylons and SQLAlchemy. The tutorial assumes you've read the installation and getting started guides and takes you all the way from defining the model, adding the templates and coding the forms to adding AJAX capabilities to delete pages by dragging them to a trash area.

http://dev.pylonshq.com/docs/0.9/quick_wiki.html

(view source)

James Gardner: Home > Blog > 2006 > QuickWiki Tutorial