This commit is contained in:
Levi 2016-12-13 10:54:05 -05:00
commit a84a88479f
9 changed files with 287 additions and 33 deletions

View file

@ -1,3 +1,7 @@
from django.contrib import admin
from .models import BillingAddress, UserBillingAddress
# Register your models here.
admin.site.register(UserBillingAddress)