models.py 109 B

1234
  1. from django.db import models
  2. class Fixture(models.Model):
  3. app_name = models.CharField(max_length=255)