Files @ d0bbb39748cf
Branch filter:

Location: symposion_app/pinaxcon/apps.py

Nick Seidenman (N6)
A few more tweaks to app.css, removing stuff that makes things look less like the wooden site.
from importlib import import_module

from django.apps import AppConfig as BaseAppConfig


class AppConfig(BaseAppConfig):

    name = "pinaxcon"

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