We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319d3da commit f13dffbCopy full SHA for f13dffb
server/djangoapp/models.py
@@ -1,4 +1,4 @@
1
-# Uncomment the following imports before adding the Model code
+# Uncomment the following imports before adding the Model codee
2
3
from django.db import models
4
from django.core.validators import MaxValueValidator, MinValueValidator
@@ -52,4 +52,4 @@ class CarModel(models.Model):
52
)
53
54
def __str__(self):
55
- return self.name
+ return self.name
0 commit comments