This module helps you for attaching text (article) fields
to any django models trought ContentType.

In this fields You may use Creole wiki markup and some 
additional macroses:
<<img NNN>> -- insert image from asv_imgs 
<<yt key>>  -- insert youtube movie to article
or <<yt http://url.to.movie/?any_parametrs>>

It's contains database model, templatetag 
and inline-form for Django-admin page. 
