mamweb/tvorba/apps.py

6 lines
109 B
Python

from django.apps import AppConfig
class TvorbaConfig(AppConfig):
name = 'tvorba'
verbose_name = 'Tvorba'