Add utils app

This commit is contained in:
M.Ravi 2023-12-06 16:46:30 +05:30
commit 6a74124adf
24 changed files with 4235 additions and 0 deletions

7
utils/admin.py Executable file
View file

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