6 lines
120 B
Python
6 lines
120 B
Python
from django.apps import AppConfig
|
|
|
|
class SeminarConfig(AppConfig):
|
|
name = 'seminar'
|
|
verbose_name = 'Seminář'
|
|
|