from django.contrib import admin from ws_reg.upload.models import Participant admin.site.register(Participant)