6 lines
79 B
Python
6 lines
79 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class UiConfig(AppConfig):
|
|
name = 'ui'
|