feat: reset password working

This commit is contained in:
2025-01-16 23:32:03 +01:00
parent 6c60df2da0
commit 80bc3797ff
20 changed files with 932 additions and 416 deletions
+1 -1
View File
@@ -7,8 +7,8 @@ from django.urls import reverse
from shop.models import (
Cart,
CartItem,
Order,
CustomerAddress,
Order,
ShippingMethod,
ShopSettings,
)