7 lines
111 B
Python
7 lines
111 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class UserConfig(AppConfig):
|
|
name = "apps.client"
|
|
label = "client"
|