django - contenttype
while most people know about the "django's admin":http://www.djangoproject.com/documentation/tutorial2/ app which comes bundled inside the framework, there are some other treasures in there as well. The one I like the most is the undocumented "contenttype":http://www.djangoproject.com/documentation/add_ons/#contenttypes app. as the documentation says simply: It just holds meta-data about the models. and at first glance sounds kinda boring ...