21 #include "QDjangoMetaModel.h"
37 static bool createTables();
38 static bool dropTables();
40 static QSqlDatabase database();
41 static void setDatabase(QSqlDatabase database);
43 static bool isDebugEnabled();
44 static void setDebugEnabled(
bool enabled);
53 friend class QDjangoCompiler;
56 friend class QDjangoQuerySetPrivate;
The QDjangoModel class is the base class for all models.
Definition: QDjangoModel.h:78
static QDjangoMetaModel registerModel()
Definition: QDjango.h:62
The QDjango class provides a set of static functions.
Definition: QDjango.h:34