models.py 75 Bytes Raw Blame History Permalink 1 2 3 4 5 from django.db import models class CustomComment(models.Model): pass