[Fixed]-Not able to save one shipping address and one billing address in Django

1👍

I Found Out the solutions
i just added new class and ChainedForeignkey to customer address,
and inline it in admin.py so i have to seprate drop downs for shipping and
billing address
ScreenShot

in case someone has same problem

Leave a comment