Skip to content

Commit f13dffb

Browse files
authored
Update models.py
1 parent 319d3da commit f13dffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/djangoapp/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Uncomment the following imports before adding the Model code
1+
# Uncomment the following imports before adding the Model codee
22

33
from django.db import models
44
from django.core.validators import MaxValueValidator, MinValueValidator
@@ -52,4 +52,4 @@ class CarModel(models.Model):
5252
)
5353

5454
def __str__(self):
55-
return self.name
55+
return self.name

0 commit comments

Comments
 (0)