Skip to content

Commit 5f2fe8c

Browse files
authored
Update populate.py
1 parent f13dffb commit 5f2fe8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/djangoapp/populate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#comment
12
from .models import CarMake, CarModel
23

34

@@ -88,4 +89,4 @@ def initiate():
8889
car_make=data['car_make'],
8990
type=data['type'],
9091
year=data['year']
91-
)
92+
)

0 commit comments

Comments
 (0)