view wiki/apps.py @ 1089:64fb0d6933a4

Hide podcast logo on small screens.
author Brian Neal <bgneal@gmail.com>
date Sun, 08 May 2016 21:03:09 -0500
parents bd043677d527
children
line wrap: on
line source
from django.apps import AppConfig


class WikiConfig(AppConfig):
    name = 'wiki'

    def ready(self):
        import wiki.receivers