feat: rebuild theme on web settings changed
This commit is contained in:
@@ -4,3 +4,6 @@ from django.apps import AppConfig
|
||||
class WebConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "web"
|
||||
|
||||
def ready(self):
|
||||
from .signals import rebuild_theme
|
||||
|
||||
Reference in New Issue
Block a user