Skip to content
Snippets Groups Projects
Verified Commit 0392be85 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Remove left-over ready() method

parent 5e29cbe2
No related branches found
No related tags found
1 merge request!154Maintain default data and implement app hooks
from typing import Any, List, Optional, Tuple
from .signals import clean_scss
from .util.apps import AppConfig
......@@ -6,9 +8,6 @@ class CoreConfig(AppConfig):
name = "aleksis.core"
verbose_name = "AlekSIS — The Free School Information System"
def ready(self) -> None:
super().ready()
def config_updated(self, *args, **kwargs) -> None:
clean_scss()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment