Cookiecutter Changes
- Move the
WSGI_APPLICATIONsetting to production-only - Stop using a deprecated
django-allauthsettings - Remove obsolete
CELERY_BROKER_CONNECTION_RETRY_ON_STARTUPsetting - Move
debug_toolbarsettings to development-only - Move
django-extensionssettings to production
django-resonant-settings Changes
- Update Terraform module, to support the latest cookiecutter
- Add werkzeug in dev to enable runserver_plus
- Enable Sentry pure_eval
- Install additional Pytest extensions to help control test execution
- Enable GZipMiddleware
- Use PEP 639 license metadata
- Defensively set
project_rootfor Sentry - Use
django-stubs-extto allow type annotations of generic Django classes - Clean up some code comments
- Use
django-extensionsfor IP address validation - Pin to a working MioIO image in CI
- Add a health checks to Docker services
- Set explicit permissions for CI Actions
- Add additional MyPy options
- Add
celerybeat-schedule.dbto.gitignore