Djam

Extends Django to work with sqlalchemy and make it behave like Flask


License
MIT
Install
pip install Djam==0.9.8

Documentation

DJAM

Djam (a short for Django amalgamation...) is a reusable Django application that extends Django in various way :

  1. sqlalchemy ORM integration
  2. Base Form class that simplifies working with the sqlalchemy ORM
  3. global request object
  4. class based view that works like middleware stack
  5. email templates
  6. middleware that allows fine grained control over CORS authorizations

Some of those components have been inspired by the Flask and WTForms frameworks.