Files @ 27140af7f65b
Branch filter:

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

Christopher Neugebauer
Merge pull request #72 from northbaypython/josh/design

tighten up mentorship copy, also change html to markdown
from importlib import import_module

from django.apps import AppConfig as BaseAppConfig


class AppConfig(BaseAppConfig):

    name = "pinaxcon"

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