Files @ a0e0a142e4e6
Branch filter:

Location: copyleftconf-website-fork/pinaxcon/apps.py

Christopher Neugebauer
Adds “generate cancellation fee” button to credit notes page.
from importlib import import_module

from django.apps import AppConfig as BaseAppConfig


class AppConfig(BaseAppConfig):

    name = "pinaxcon"

    def ready(self):
        import_module("pinaxcon.receivers")