This defines the standards for contributing to the project.
This project enforces several style guidelines via pre-commit which will need to be installed.
pre-commit installLLM/AI generated code is accepted as long as it's been reviewed and vetted. It should be noted in the commit message with a Co-Authored-By attribution.
The tests can be run using tox:
uv run tox -e py312-django52To see all environments, run:
uv run tox -lThere is an example app that can be run to experiment with the project:
uv run python example_project/manage.py runserver --settings example.settings