7 lines
149 B
Python
7 lines
149 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class SystemUsersConfig(AppConfig):
|
|
name = 'orchestra.contrib.systemusers'
|
|
verbose_name = "System users"
|