Tutorial: How To Implement Tagging With TurboGears and SQLAlchemy
Posted in howto, python, turbogears on Nov 17th, 2006
In this tutorial I’ll show you how to create a simple, yet powerful, tagging system using SQLAlchemy with TurboGears. As the concept of tags, and social tagging in particular, have become very popular, clients now demand “tagging-enabled” applications. So, here’s a simple way to get you started.
Our application will associate sites with tags (many to [...]