Skip to content

Welcome to GeneralManager

GeneralManager is a modular data management framework for Django projects. It combines a declarative model layer, automatic GraphQL integration, and measurement-aware fields to help you expose consistent domain objects to multiple clients.

The documentation is organised around the developer workflows you follow when building with GeneralManager:

Key capabilities

  • Declarative managers: describe domain entities with Python type hints and let interfaces handle persistence, caching, and identification.
  • Multiple interfaces: combine database-backed, read-only, and computed managers without changing your business logic.
  • Attribute-based permissions: secure operations through reusable permission rules and contextual checks.
  • GraphQL integration: expose managers, relationships, and custom mutations automatically, with fine-grained security controls.
  • Measurement support: work with physical units and currencies using intuitive arithmetic and Django model fields.

Getting help

If you are new, start with the Quickstart guide. For troubleshooting, consult the FAQ or open an issue on the GitHub repository.

The documentation is continuously evolving. Contributions that clarify explanations, add examples, or cover missing topics are welcome.