/tests/regressiontests/comment_tests/custom_comments/models.py
https://code.google.com/p/mango-py/ · Python · 4 lines · 3 code · 1 blank · 0 comment · 0 complexity · d223560c0f73b3882568cc4966a83d36 MD5 · raw file
- from django.db import models
- class CustomComment(models.Model):
- pass