[UPDT] HORILLA_THEME: Updated accessibility restriction to V2

This commit is contained in:
Horilla
2025-07-22 11:46:02 +05:30
parent 1c3020b379
commit c8d35414f8
3 changed files with 213 additions and 0 deletions

View File

@@ -4,3 +4,8 @@ from django.apps import AppConfig
class HorillaThemeConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "horilla_theme"
def ready(self):
from . import forms
return super().ready()