Generated ProjectΒΆ
The generated project is intentionally small:
manage.pyconfig/settings/split into base, development, test, and productionapps/core/with a demoWorkItemmodeltemplates/for Unfold overridestests/with pytest-django coverage
/ redirects to /admin/. The Unfold admin is the private application shell
and primary CRUD interface; only the admin login is public by default.
Language is chosen by the language_code Copier prompt and can later be
overridden with DJANGO_LANGUAGE_CODE.