Djam (a short for Django amalgamation...) is a reusable Django application that extends Django in various way :
- sqlalchemy ORM integration
- Base Form class that simplifies working with the sqlalchemy ORM
- global request object
- class based view that works like middleware stack
- email templates
- middleware that allows fine grained control over CORS authorizations
Some of those components have been inspired by the Flask and WTForms frameworks.