djmvc documentation¶
djmvc is a Django CRUD/MVC layer: nest Controllers and Views instead of
hand-wiring urls.py, with secure defaults and Bulma templates out of the box.
Contents:
- Philosophy
- Structure is code, not configuration
- Sane defaults, surgical overrides
- The view is the template API
- Template power without template-tag sprawl
- Security and data scope in one place
- Menus are introspected, not hardcoded
- Composition over monoliths
- Django all the way down
- Progressive complexity
- In one sentence
- Install djmvc
- Try the demo
- Tutorial
- API reference
- Contributing