from django.contrib import admin from django.db import models from service.models import PlacementPoint admin.site.register(PlacementPoint)