|
QDjango
|
| Database configuration | |
| Database models | Database models are usually created by subclassing the QDjangoModel class |
| Making queries | The QDjango object relational mapper (ORM) supports the concept of querysets, borrowed from django's ORM |
1.8.11