order cart payment update

added signals for order
This commit is contained in:
Parsa Nazer
2025-03-19 20:08:55 +03:30
parent 56f3387cc6
commit c649770941
6 changed files with 49 additions and 3 deletions
+3
View File
@@ -5,3 +5,6 @@ class OrderConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'order'
verbose_name = 'سفارش'
def ready(self):
import order.signals