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