Files @ ef420b2d4300
Branch filter:

Location: symposion_app/pinaxcon/apps.py

Joel Addison
Embedded schedule view

Allow the schedule to be embedded in external platforms.
Hide header and footer when embedded for easier consumption.
1
2
3
4
5
6
from django.apps import AppConfig as BaseAppConfig


class AppConfig(BaseAppConfig):

    name = "pinaxcon"