6 lines
126 B
Python
6 lines
126 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ControllingConfig(AppConfig):
|
|
app_label = 'controlling'
|
|
name = 'controlling' |