6
0

admin.py 109 B

12345
  1. from django.contrib import admin
  2. from openlocal.models import OrdersLocal
  3. admin.site.register(OrdersLocal)