1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-04-29 14:27:22 +00:00

Add pluginc category

This commit is contained in:
Tobias Kunze 2023-10-03 11:22:40 +02:00
parent 2b22f6a155
commit 98f8374b66

View file

@ -16,6 +16,7 @@ class PluginApp(AppConfig):
)
visible = True
version = "2.1.0"
category = "FEATURE"
def ready(self):
from . import signals # NOQA