Repository URL to install this package:
|
Version:
3.1.161a1 ▾
|
from django.db import models # noqa
class Thing(models.Model):
name = models.CharField(max_length=10)