< PROJECT ROOT > │ ├── core/ │ ├── static/ # CSS, JS, images │ ├── templates/ │ │ ├── includes/ # Components like navigation ...
A simple and efficient way to have a typed Django JSON field using Dataclasses. Under the hood, it leverages the power of dacite to bring the magic of dataclasses to your Django models. Use Python's ...