5 lines
89 B
Python
Executable file
5 lines
89 B
Python
Executable file
from django.apps import AppConfig
|
|
|
|
|
|
class WebhookConfig(AppConfig):
|
|
name = 'webhook'
|