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 bf930fe commit 91bffddCopy full SHA for 91bffdd
README.md
@@ -18,6 +18,7 @@ This package provides a single class ```ModelMixin``` that you can use as the ba
18
### Model
19
20
```python
21
+from django.db import models
22
from modelmixins import ModelMixin
23
24
class Car(models.Model):
0 commit comments