Update testowaAplikacja/models.py
This commit is contained in:
parent
be7362cda2
commit
e991abecfb
@ -5,7 +5,7 @@ from django.db import models
|
||||
# Create your models here.
|
||||
|
||||
class Car(models.Model):
|
||||
marka = models.CharField(max_length=30)
|
||||
marka = models.CharField(max_length=39)
|
||||
nr_rej = models.CharField(max_length=29)
|
||||
data_przegladu = models.DateField()
|
||||
informacje = models.TextField(default="")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user