Files @ ca329c1c9096
Branch filter:

Location: symposion_app/pinaxcon/apps.py

Christopher Neugebauer
wagtail after templates (#19)

* Adds inset_illustration as a drop-down of svg data rather than as an uploady thing.

* Adds external link types to the homepage models

* Migrations
from importlib import import_module

from django.apps import AppConfig as BaseAppConfig


class AppConfig(BaseAppConfig):

    name = "pinaxcon"

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