(self)
| 157 | |
| 158 | @hook(AFTER_CREATE) |
| 159 | def create_subscription(self): # type: ignore[no-untyped-def] |
| 160 | Subscription.objects.create(organisation=self) |
| 161 | |
| 162 | @hook(AFTER_CREATE) |
| 163 | def create_subscription_cache(self): # type: ignore[no-untyped-def] |