Skip to content

Commit 91bffdd

Browse files
committed
Update README.md
1 parent bf930fe commit 91bffdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This package provides a single class ```ModelMixin``` that you can use as the ba
1818
### Model
1919

2020
```python
21+
from django.db import models
2122
from modelmixins import ModelMixin
2223

2324
class Car(models.Model):

0 commit comments

Comments
 (0)