summaryrefslogtreecommitdiff
path: root/tests/regressiontests/comment_tests/custom_comments/models.py
blob: 646f6255f2370d8ad90a337ea1def1127b57b50f (plain)
1
2
3
4
5
from django.db import models


class CustomComment(models.Model):
    pass