diff --git a/home/admin.py b/home/admin.py index 55a1d01..ea064c6 100644 --- a/home/admin.py +++ b/home/admin.py @@ -251,7 +251,7 @@ class about_Admin(admin.ModelAdmin): class about_Admin(ImportExportMixin, admin.ModelAdmin): resource_class = StudentResource model = Student - search_fields = ("name", "roll_no", "hostel", "degree", "department") + search_fields = ("name", "roll_no", "hostel", "degree", "department", "email") list_display = ("name", "roll_no", "hostel", "email") list_filter = ("hostel", "degree", "department") fieldsets = (