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
+1 -1
View File
@@ -143,7 +143,7 @@ USE_TZ = True
# Static Files Configuration
# ==============================================================================
STATICFILES_DIRS = [
os.path.join(BASE_DIR, "custom_static"),
# os.path.join(BASE_DIR, "custom_static"),
BASE_DIR / "core" / "static",
]