view forums/apps.py @ 952:0a2f23d5bec4

Install django waffle feature flipper application.
author Brian Neal <bgneal@gmail.com>
date Tue, 19 May 2015 19:31:45 -0500
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