Django-hotsauce 0.9.2
=====================

Welcome to the django-hotsauce toolkit, a open web application 
platform written in Python.  
 
The django-hotsauce toolkit aims to provide tools for rapid web application
development and testing on top of the Django framework and WSGI.

Getting Started
---------------

Please read the "INSTALL" file for last-minutes considerations
before attempting a build.

Documentation
-------------

The full documentation is being generated using the Sphinx toolkit, 
by entering "make -f docs/Makefile" or "make html". 
 
In addition, to skip building API docs, set the variable 
"WITHOUT_DOXYGEN" to "1" for faster execution time.

Distribution Layout
-------------------

* docs/................ The current documentation (work-in-progress!)
* examples/............ Provides working examples of stand-alone WSGI applications 
* extras/.............  Useful extensions and 3rd-party apps supported out-of-the box
* lib/................. Source code for ``notmm`` and related Python modules
* tests/............... Various unit tests for experimental and unstable features
* tools/............... Useful tools (hopefully!) for development and maintenance

* AUTHORS.............. The current authors file (just me for now >3:)
* CHANGES.............. The changelog file (auto-generated)
* INSTALL.............. The current installation notes
* NOTICE.............. Apache license version 2.0 file (KEEP THIS)
* MANIFEST.in.......... MANIFEST.in template file (used by distutils)
* README............... This document! :-)
* TODO................. Things to do in the future (i.e: get a cat)
 
* Makefile............. Makefile for building notmm
* setup.cfg............ Several options for setup.py are set in this file
* setup.py............. Main setup.py script for managing this package

Contact
-------

To report bugs or suggest new enhancements, use the bug tracker here: 
https://bitbucket.org/tkadm30/django-hotsauce/issues?status=new&status=open

Mailing list
------------

Join the discussion at https://groups.google.com/forum/#!forum/django-hotsauce


Have fun!

Etienne
