lemoncurry/users/apps.py

7 lines
125 B
Python
Raw Normal View History

2017-10-22 18:04:59 -04:00
from django.apps import AppConfig
class UsersConfig(AppConfig):
2023-08-10 02:52:37 -04:00
name = "users"
verbose_name = "Users and Profiles"