5 lines
155 B
Python
5 lines
155 B
Python
from ratelimitbackend import admin
|
|
from verify_student.models import SoftwareSecurePhotoVerification
|
|
|
|
admin.site.register(SoftwareSecurePhotoVerification)
|