Django-hotsauce 1.0.1 "ginger"
Open Source/LTS Edition (x86/GNU Linux port)
Copyright 2019 (C) Jack Bortone <jack@isotopesoftware.ca>
See NOTICE file for details.

The django-hotsauce web toolkit aims to provide tools for pragmatic WSGI
application development and testing in Python. 

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". 
 
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 and related libraries
* tests/............... Various unit tests for experimental/unstable features
* tools/............... Useful tools (hopefully!) :-)

* 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 django-hotsauce
* setup.cfg............ Several options for setup.py are set in this file
* setup.py............. Main setup.py script for managing this package
* bootstrap.py......... Bootstrap script for installing initial prerequirements.

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

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

Have fun! :-)

Jack


