PageRenderTime 24ms CodeModel.GetById 19ms app.highlight 4ms RepoModel.GetById 0ms app.codeStats 0ms

/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
Possible License(s): BSD-3-Clause
1from django.db import models
2
3class CustomComment(models.Model):
4    pass