🏗️Inherit, don't configureProjects do `from prefab.settings.base import *` and override what they need. No boilerplate from scratch.
🧩Model mixinsTimeStampedModel, SlugModel, OrderableModel, UUIDModel — compose them onto your own models.
🖼️Views & formsCRUD base views with login protection, breadcrumbs, and crispy-forms integration out of the box.
🛠️Admin & dashboardPrefabAdmin base class plus admin2 — a custom staff dashboard with reports and search.
🐳Zero-config DockerOne `FROM registry.gitlab.com/baksteen/prefab:latest` is all a project Dockerfile needs.