8 lines
87 B
Python
8 lines
87 B
Python
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class UtilsConfig(AppConfig):
|
|
name = 'utils'
|