view wiki/apps.py @ 1046:61abc6f6530c

Merge with upstream.
author Brian Neal <bgneal@gmail.com>
date Sun, 07 Feb 2016 20:44:03 -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