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