9 lines
139 B
Python
9 lines
139 B
Python
# -*- encoding: utf-8 -*-
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class AuthConfig(AppConfig):
|
|
name = 'apps.auth'
|
|
label = 'apps_auth'
|