djcrud documentation¶
djcrud is a Django CRUD/MVC layer: nest Routers 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
- One permissions framework, every surface
- Secure by default: superuser or nothing
- Basic template you can copy
- Menus are introspected, not hardcoded
- Composition over monoliths
- Django all the way down
- Progressive complexity
- In one sentence
- Install djcrud
- Migrating from djmvc
- Try the demo
- Tutorial
- djcrud_mcp design
- API reference
- Contributing