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

class CustomComment(models.Model):
    pass