Files @ 4605ee0d98ce
Branch filter:

Location: symposion_app/pinaxcon/apps.py

James Polley
Require attendees to agree to Code of Conduct
1
2
3
4
5
6
from django.apps import AppConfig as BaseAppConfig


class AppConfig(BaseAppConfig):

    name = "pinaxcon"