lemoncurry/users/apps.py

7 lines
125 B
Python

from django.apps import AppConfig
class UsersConfig(AppConfig):
name = 'users'
verbose_name = 'Users and Profiles'