This is an automated email from the ASF dual-hosted git repository.
gjm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git
from a3c95e3 Update to Django 4 and minimum python 3.8
new 8ba4dfd Introduce Makefile for common operations
new 3e8288f Add show-urls make command to help with discovery
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++
bh_core/settings.py | 1 +
pyproject.toml | 12 +++----
trackers/models.py | 24 ++++++++++++--
4 files changed, 120 insertions(+), 8 deletions(-)
create mode 100644 Makefile