------------------
- Buildout now cleans up the django script where necessary.
- The recipe no longer depends upon Jinja2.
- Added a buildout configuration and empty project to the recipe as quick dirty
recipe test.
- Environment variables can now be added to the bin/django(.*) scripts allowing,
for example, the addition of os.environ['CELERY_LOADER'] = 'django'.