DalTag
/
backend
/
api
/
apps.py
apps.py
Raw
from
django.apps
import
AppConfig
class
ApiConfig
(
AppConfig
)
:
name
=
"
api
"
verbose_name
=
"
Api
"