mirror of
https://github.com/capricornxl/ad-password-self-service.git
synced 2025-08-12 06:55:50 +08:00
6 lines
91 B
Python
6 lines
91 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ResetpwdConfig(AppConfig):
|
|
name = 'resetpwd'
|