from django.contrib import admin from .models import * for m in [ Order, Product, Resource, TimeFrame, ]: admin.site.register(m)