from django.contrib import admin from proposals.models import * admin.site.register(Topic) admin.site.register(Talk) admin.site.register(Speach)