zmiana string lenght
This commit is contained in:
parent
c00174ce22
commit
be7362cda2
@ -6,7 +6,7 @@ from django.db import models
|
||||
|
||||
class Car(models.Model):
|
||||
marka = models.CharField(max_length=30)
|
||||
nr_rej = models.CharField(max_length=20)
|
||||
nr_rej = models.CharField(max_length=29)
|
||||
data_przegladu = models.DateField()
|
||||
informacje = models.TextField(default="")
|
||||
zdjiecia = models.ImageField(upload_to='zdjiecia', null=True, blank=True)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user