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 f13dffb commit 5f2fe8cCopy full SHA for 5f2fe8c
server/djangoapp/populate.py
@@ -1,3 +1,4 @@
1
+#comment
2
from .models import CarMake, CarModel
3
4
@@ -88,4 +89,4 @@ def initiate():
88
89
car_make=data['car_make'],
90
type=data['type'],
91
year=data['year']
- )
92
+ )
0 commit comments