view bio/apps.py @ 1060:8a67a2008c13

Fix V3 bug that polluted template contexts.
author Brian Neal <bgneal@gmail.com>
date Mon, 21 Mar 2016 19:50:59 -0500
parents 0b6bf9c5a982
children
line wrap: on
line source
from django.apps import AppConfig


class BioConfig(AppConfig):
    name = 'bio'
    verbose_name = 'Biography'

    def ready(self):
        import bio.receivers