Updating docs
parent
9b85bfd5b2
commit
5dc5ed1dd6
|
|
@ -17,6 +17,7 @@ So far only MySQL is supported as backend, but more could be added if necessary.
|
||||||
2. In your models.py create classes which extend dbview.models.DbView
|
2. In your models.py create classes which extend dbview.models.DbView
|
||||||
like this
|
like this
|
||||||
|
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|
||||||
from django.db import models
|
from django.db import models
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue