view wiki/apps.py @ 1218:54a26351c74b modernize

Oops, fix broken banner tags test.
author Brian Neal <bgneal@gmail.com>
date Sat, 22 Feb 2025 17:16:40 -0600
parents bd043677d527
children
line wrap: on
line source
from django.apps import AppConfig


class WikiConfig(AppConfig):
    name = 'wiki'

    def ready(self):
        import wiki.receivers