from mycomments.models import MyComment def get_model(): return MyComment # vim: set ts=4 sw=4 et: