from django.apps import AppConfig
class AuthConfig(AppConfig):
name = 'apps.auth'
label = 'lilcity_auth'