6 lines
125 B
Python
6 lines
125 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class UsersConfig(AppConfig):
|
|
name = "users"
|
|
verbose_name = "Users and Profiles"
|