Files @ 7ff4c0b4efde
Branch filter:

Location: symposion_app/symposion/speakers/apps.py

Patrick Altman
Ignore linting the settings import
1
2
3
4
5
6
7
from django.apps import AppConfig


class SpeakersConfig(AppConfig):
    name = "symposion.speakers"
    label = "symposion_speakers"
    verbose_name = "Symposion Speakers"