5 lines
85 B
Python
Executable file
5 lines
85 B
Python
Executable file
from django.apps import AppConfig
|
|
|
|
|
|
class UtilsConfig(AppConfig):
|
|
name = 'utils'
|