from django.contrib import admin from .models import Job, Application, Tag, Question admin.site.register([Job, Application, Tag, Question])