Merge branch 'main' into applicants-csv

This commit is contained in:
Gowtham Sai 2021-10-28 13:03:03 +05:30 committed by GitHub
commit 83add9883d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ from .models import *
admin.site.register(User) admin.site.register(User)
admin.site.register(Student) admin.site.register(Student)
admin.site.register(Admin)
admin.site.register(Placement) admin.site.register(Placement)
admin.site.register(PlacementApplication) admin.site.register(PlacementApplication)
admin.site.register(PrePlacementOffer) admin.site.register(PrePlacementOffer)

Binary file not shown.