mirror of
https://github.com/capricornxl/ad-password-self-service.git
synced 2025-08-12 03:08:45 +08:00
5 lines
87 B
Python
5 lines
87 B
Python
from django.db import models
|
|
from django import forms
|
|
from django.contrib import auth
|
|
|