mumer119131's picture
added application file
0277ad1
raw
history blame contribute delete
120 Bytes
from django.contrib import admin
from .models import Product
# Register your models here.
admin.site.register(Product)