models.py
from django.db import models class NewsUnit(models.Model): catego = models.CharField(max_length=10,null=False) nickname = mode