from django.contrib import admin from webservice_running.models import OrdersLocal admin.site.register(OrdersLocal)