My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

QDjango is a web framework written in C++ and built on top of the Qt library. Where possible it tries to follow django's API, hence its name. It is released under the terms of the GNU Lesser General Public License, version 2.1 or later.

A simple yet powerful Object Relation Mapper (ORM)

QDjango's object relation mapper builds upon Qt's Meta-Object System, so if you are familiar with Qt, you should feel right at home. QDjango's features include:

You can learn more by reading the QDjango database API documentation.

An HTTP request / response framework

QDjango provides an HTTP request and response framework which allows you to build FastCGI applications or standalone web servers easily.

You can learn more by reading the QDjango HTTP API documentation.

Building QDjango

To build the project, run the following from your qdjango directory:

qmake
make

Mailing list

If you wish to discuss QDjango, you are welcome to join the QDjango group.

Powered by Google Project Hosting