lemoncurry/users/apps.py

7 lines
125 B
Python
Raw Normal View History

2017-10-23 09:04:59 +11:00
from django.apps import AppConfig
class UsersConfig(AppConfig):
name = 'users'
2017-10-23 12:59:10 +11:00
verbose_name = 'Users and Profiles'