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