from django.contrib import admin
from app.models import BhavCopyEquity
# Register your models here.
admin.site.register(BhavCopyEquity)