from django.contrib import admin
from utils.models import BillingAddress
admin.site.register(BillingAddress)