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 393dafe commit ba4ebadCopy full SHA for ba4ebad
server/djangoapp/models.py
@@ -28,7 +28,7 @@ class CarModel(models.Model):
28
)
29
name = models.CharField(max_length=100) # Car model name
30
dealer_id = models.IntegerField() # Reference to
31
-#dealer in Cloudant database
+# Dealer in Cloudant database
32
33
# Choices for car type
34
CAR_TYPES = [
0 commit comments