|
|
|
@ -402,7 +402,7 @@ class OrderData(models.Model): |
|
|
|
kazpost_city = models.IntegerField( |
|
|
|
kazpost_city = models.IntegerField( |
|
|
|
'Город Казпочта', blank=True, null=True, choices=KAZPOST_CITIES) |
|
|
|
'Город Казпочта', blank=True, null=True, choices=KAZPOST_CITIES) |
|
|
|
address = models.CharField( |
|
|
|
address = models.CharField( |
|
|
|
'Адрес', max_length=100, blank=False, null=False) |
|
|
|
'Адрес', max_length=255, blank=False, null=False) |
|
|
|
deliv_type = models.CharField( |
|
|
|
deliv_type = models.CharField( |
|
|
|
'Способ Алемтат', max_length=2, blank=True, null=True, default='', |
|
|
|
'Способ Алемтат', max_length=2, blank=True, null=True, default='', |
|
|
|
choices=alemtat_get_services_tuple()) |
|
|
|
choices=alemtat_get_services_tuple()) |
|
|
|
|