view wiki/apps.py @ 992:6816c5189525

No longer need Markdown extension SslImagesExtension.
author Brian Neal <bgneal@gmail.com>
date Sun, 01 Nov 2015 15:59:12 -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