56 98
     distributor_id = ShortUUIDField(_(u'distributor_id'), max_length=32, help_text=u'经销商唯一标识', db_index=True, unique=True)
57 99
     distributor_name = models.CharField(_(u'distributor_name'), max_length=255, blank=True, null=True, help_text=u'经销商名称')
58 100
     distributor_descr = models.TextField(_(u'distributor_descr'), max_length=255, blank=True, null=True, help_text=u'经销商描述')

+ 1 - 0
requirements.txt

@@ -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

kodo - Gogs: Go Git Service

No Description

tests.py 61B

    from django.test import TestCase # Create your tests here.