Skip to content
Snippets Groups Projects
Commit 5502bf24 authored by Mélissa Aïdli's avatar Mélissa Aïdli
Browse files

test

parent b3553087
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ class TutorAdmin(ProfileAdminMixin, admin.ModelAdmin, ExportCsvMixin): ...@@ -48,7 +48,7 @@ class TutorAdmin(ProfileAdminMixin, admin.ModelAdmin, ExportCsvMixin):
model = Tutor model = Tutor
actions = ["export_as_csv"] actions = ["export_as_csv"]
#hello
@admin.register(Student) @admin.register(Student)
class StudentAdmin(ProfileAdminMixin, admin.ModelAdmin, ExportCsvMixin): class StudentAdmin(ProfileAdminMixin, admin.ModelAdmin, ExportCsvMixin):
"""Student admin panel.""" """Student admin panel."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment