view forums/apps.py @ 1044:a5048a9bc2a8

Added John Blair's Southern California Surf Music book to store page.
author Brian Neal <bgneal@gmail.com>
date Sat, 06 Feb 2016 14:49:17 -0600
parents 5902dc5e58a3
children
line wrap: on
line source
from django.apps import AppConfig


class ForumsConfig(AppConfig):
    name = 'forums'

    def ready(self):
        import forums.receivers
        import forums.latest