30dc867f1334363e0951f4fL55">55
class DistributorInfo(BaseModelMixin):
+ brand_id = models.CharField(_(u'brand_id'), max_length=32, blank=True, null=True, help_text=u'品牌唯一标识', db_index=True)
+
distributor_id = ShortUUIDField(_(u'distributor_id'), max_length=32, help_text=u'经销商唯一标识', db_index=True, unique=True)
distributor_name = models.CharField(_(u'distributor_name'), max_length=255, blank=True, null=True, help_text=u'经销商名称')
distributor_descr = models.TextField(_(u'distributor_descr'), max_length=255, blank=True, null=True, help_text=u'经销商描述')
@@ -18,6 +18,7 @@ django-mobi==0.1.7 |
||
| 18 | 18 |
django-models-ext==1.0.5 |
| 19 | 19 |
django-multidomain==1.1.4 |
| 20 | 20 |
django-paginator2==1.0.3 |
| 21 |
+django-response==1.0.0 |
|
| 21 | 22 |
django-rlog==1.0.7 |
| 22 | 23 |
django-shortuuidfield==0.1.3 |
| 23 | 24 |
django-six==1.0.4 |