/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

  1. from django.db import models
  2. class CustomComment(models.Model):
  3. pass