models.py 99 B

12345
  1. from django.db import models
  2. class SimpleModel (models.Model):
  3. contents = models.TextField()