simplify User.cached_groups

This commit is contained in:
imperosol
2025-05-21 11:14:02 +02:00
parent af613c4cca
commit ff1f1040b6
4 changed files with 6 additions and 47 deletions

View File

@ -32,7 +32,6 @@ class SithConfig(AppConfig):
verbose_name = "Core app of the Sith"
def ready(self):
import core.signals # noqa F401
from forum.models import Forum
cache.clear()