view wiki/apps.py @ 994:504ec8af166d

Use https for Twitter badge image.
author Brian Neal <bgneal@gmail.com>
date Tue, 03 Nov 2015 19:22:13 -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