/ Published in: Python
URL: http://affix.me
Expand |
Embed | Plain Text
class Category(models.Model): category_title = models.CharField(max_length=200) def __unicode__(self): return self.category_title
You need to login to post a comment.
