File: __init__.py

package info (click to toggle)
python-django-health-check 3.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 452 kB
  • sloc: python: 1,617; makefile: 8
file content (4 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (2)
1
2
3
4
import django

if django.VERSION < (3, 2):
    default_app_config = "health_check.storage.apps.HealthCheckConfig"