ob-dj-store 0.0.19.8__py3-none-any.whl → 0.0.19.9__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ob_dj_store/core/stores/admin.py +1 -0
- ob_dj_store/core/stores/models/_cart.py +2 -1
- {ob_dj_store-0.0.19.8.dist-info → ob_dj_store-0.0.19.9.dist-info}/METADATA +1 -1
- {ob_dj_store-0.0.19.8.dist-info → ob_dj_store-0.0.19.9.dist-info}/RECORD +6 -6
- {ob_dj_store-0.0.19.8.dist-info → ob_dj_store-0.0.19.9.dist-info}/WHEEL +0 -0
- {ob_dj_store-0.0.19.8.dist-info → ob_dj_store-0.0.19.9.dist-info}/top_level.txt +0 -0
ob_dj_store/core/stores/admin.py
CHANGED
@@ -48,7 +48,8 @@ class Cart(models.Model):
|
|
48
48
|
def total_price(self) -> Decimal:
|
49
49
|
total_price = Decimal(0)
|
50
50
|
for item in self.items.all():
|
51
|
-
|
51
|
+
if item.inventory.quantity and item.inventory.quantity > 0:
|
52
|
+
total_price += item.total_price
|
52
53
|
return total_price
|
53
54
|
|
54
55
|
@property
|
@@ -10,7 +10,7 @@ ob_dj_store/apis/tap/urls.py,sha256=bnOTv6an11kxpo_FdqlhsizlGPLVpNxBjCyKcf3_C9M,
|
|
10
10
|
ob_dj_store/apis/tap/views.py,sha256=vG0rC-PQHCnrbNsPW1gClx0rkaIjALEAuj5cQKmCTo0,2664
|
11
11
|
ob_dj_store/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
12
12
|
ob_dj_store/core/stores/__init__.py,sha256=-izNGrxNn_nn3IQXd5pkuES9lSF-AHYb14yhNPozYCI,65
|
13
|
-
ob_dj_store/core/stores/admin.py,sha256=
|
13
|
+
ob_dj_store/core/stores/admin.py,sha256=GWFVIzP4pUjY-57QBXrIhbK27JlY6EDatqsM97sGtZo,14533
|
14
14
|
ob_dj_store/core/stores/admin_inlines.py,sha256=2K8iDmP4h0CLIOqy3x-ZXXpgYnT2jqL4cg5YFdiho8s,2976
|
15
15
|
ob_dj_store/core/stores/apps.py,sha256=ZadmEER_dNcQTH617b3fAsYZJSyRw0g46Kjp4eOAsOU,498
|
16
16
|
ob_dj_store/core/stores/managers.py,sha256=lz2CE4PJCI1ViO-CU61LqTr43O41aGRQkbWZUR5Fmfg,9909
|
@@ -141,7 +141,7 @@ ob_dj_store/core/stores/migrations/0105_store_is_open_after_midnight.py,sha256=8
|
|
141
141
|
ob_dj_store/core/stores/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
142
142
|
ob_dj_store/core/stores/models/__init__.py,sha256=VeWrDiIbw94ZDSFD-62rz9iTTW87iPdwDW5jcjxm7bs,2045
|
143
143
|
ob_dj_store/core/stores/models/_address.py,sha256=8zV444A8M7P8yqQHjEOCROUykWPQ1ndSdd2IIX8wwWY,2207
|
144
|
-
ob_dj_store/core/stores/models/_cart.py,sha256=
|
144
|
+
ob_dj_store/core/stores/models/_cart.py,sha256=MWwq9wcKv2ZnqxRuaJUXImYg4XUQFp5nmwGTjZLD4O4,7286
|
145
145
|
ob_dj_store/core/stores/models/_favorite.py,sha256=3yyMCoiftGOPAQwkMI2J29r3x6NJsRYri9f8gXiF1e8,3306
|
146
146
|
ob_dj_store/core/stores/models/_feedback.py,sha256=eCUVgprNK5hSRKOS4M_pdR7QH2-rqhoYevlpykhCOLg,1472
|
147
147
|
ob_dj_store/core/stores/models/_inventory.py,sha256=ZU8xDMQZxLnFehkBEGWr-os4AF1IlCn5XnBxvRq9IAs,4314
|
@@ -155,7 +155,7 @@ ob_dj_store/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
155
155
|
ob_dj_store/utils/helpers.py,sha256=o7wgypM7mI2vZqZKkhxnTcnHJC8GMQDOuYMnRwXr6tY,2058
|
156
156
|
ob_dj_store/utils/model.py,sha256=DV7hOhTaZL3gh9sptts2jTUFlTArKG3i7oPioq9HLFE,303
|
157
157
|
ob_dj_store/utils/utils.py,sha256=8UVAFB56qUSjJJ5f9vnermtw638gdFy4CFRCuMbns_M,1342
|
158
|
-
ob_dj_store-0.0.19.
|
159
|
-
ob_dj_store-0.0.19.
|
160
|
-
ob_dj_store-0.0.19.
|
161
|
-
ob_dj_store-0.0.19.
|
158
|
+
ob_dj_store-0.0.19.9.dist-info/METADATA,sha256=jYEq7WOUzag1zXvtBI19LBc_E6aPEfSIO6MV6rBop3w,2827
|
159
|
+
ob_dj_store-0.0.19.9.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
160
|
+
ob_dj_store-0.0.19.9.dist-info/top_level.txt,sha256=CZG3G0ptTkzGnc0dFYN-ZD7YKdJBmm47bsmGwofD_lk,12
|
161
|
+
ob_dj_store-0.0.19.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|