Add support for Kick
All checks were successful
Deploy to Server / deploy (push) Successful in 10s

This commit is contained in:
Joakim Hellsén 2026-03-15 04:19:03 +01:00
commit d762081bd5
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
26 changed files with 5048 additions and 1 deletions

8
kick/apps.py Normal file
View file

@ -0,0 +1,8 @@
from django.apps import AppConfig
class KickConfig(AppConfig):
"""Django app configuration for the kick app."""
default_auto_field = "django.db.models.BigAutoField"
name = "kick"