[UPDT] HORILLA_THEME: Updated accessibility restriction to V2
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user