__init__.py 160 B

12345
  1. # Load webhook handler during app startup
  2. from django.conf import settings
  3. if not settings.IS_CELERY:
  4. from .hooks import update_subscription # noqa: F401