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