mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
6 lines
99 B
Python
6 lines
99 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class YtmanagerappConfig(AppConfig):
|
|
name = 'YtManagerApp'
|