view bio/apps.py @ 1072:4054f22583b3

Fix typo on store page. Delete unused store cancel & thanks templates.
author Brian Neal <bgneal@gmail.com>
date Mon, 11 Apr 2016 15:57:27 -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