5 lines
84 B
Python
5 lines
84 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class TvorbaConfig(AppConfig):
|
|
name = 'tvorba'
|