from django.contrib import admin from .models import UncloudProvider for m in [ UncloudProvider ]: admin.site.register(m)