Django Project "Abstract"

[This post was originally a Django Commons discussion and moved to the Django Forum]

Original author: @pauloxnet

It will be useful to have an “Abstract=True” (to cite something related to Django) project in the organization that implements all the best practices (eg: pyproject.toml, requirements, Makefile/Justfile, GitHub actions, Readme, Issue or PR templates, Changelog, CoC, Contribution doc, …).

All projects in the organization can refer to it to align (if they want) and be sure they are using the best practices, so that they can simply align with it, without reinventing the wheel every time or study to find a way to do things (eg. Pipelines, …) and can concentrate on the code of their package.

2 Likes