order cart payment update
added signals for order
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user