view bio/apps.py @ 1206:02181fa5ac9d modernize tip

Update to Django 1.9.
author Brian Neal <bgneal@gmail.com>
date Wed, 22 Jan 2025 17:58:16 -0600
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