Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 619 Bytes

README.rst

File metadata and controls

19 lines (15 loc) · 619 Bytes

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.