django-constance/example/cheeseshop/apps/catalog/models.py
2010-12-02 10:49:29 +01:00

5 lines
101 B
Python

from django.db import models
class Brand(models.Model):
name = models.CharField(max_length=75)