django 4.2 LTS template
template for new django 4.2x projects
Django released a new long-term-support version.
This repo serves as a template for new projects.
It contains error_check()
and version()
view functions. The first makes it easy to test that admins will be emailed on errors. The second helpfully shows the branch and commit in-use (as well as exercises logging).