from django.contrib import admin from .models import Zone, Distance admin.site.register(Zone) admin.site.register(Distance)