softwarefabrica.django.appserver package
========================================

This package is a Django application/web server.
It provides a stand-alone, pure Python, HTTP(S) server to serve django-based
applications. At its core it uses the excellent `CherryPy`_ WSGI HTTP server
(which is included in the package).

Please refer to the `overview`_ and the `documentation`_.

Happy coding!

.. _`overview`: docs/overview.html
.. _`documentation`: docs/index.html
.. _`Django`: http://www.djangoproject.com
.. _`CherryPy`: http://www.cherrypy.org

*Marco Pantaleoni*


LICENSE
-------

This software is covered by the GNU General Public License version 2.
If you want to use this software in a closed source application, you
need to buy a commercial license from the author.

This open source version is:

    Copyright (C) 2007-2009  Marco Pantaleoni. All rights reserved.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License version 2 as
    published by the Free Software Foundation.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
