Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
adlindenberg committed Sep 27, 2024
1 parent eac9add commit 8adc22f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions djstripe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class DjstripeAppConfig(AppConfig):
def ready(self):
import stripe

print("in ready function of DjstripeAppConfig")
from . import ( # noqa: Register the checks and event handlers
checks,
event_handlers,
Expand All @@ -32,3 +33,4 @@ def ready(self):
version=__version__,
url="https://github.com/dj-stripe/dj-stripe",
)
print("after import event_handlers")

0 comments on commit 8adc22f

Please sign in to comment.