from django.contrib import admin from networkmap import models # Register your models here. admin.site.register(models.NetworkMapBackgroundImage)