Skip to content

Commit

Permalink
Add All
Browse files Browse the repository at this point in the history
  • Loading branch information
sinalalebakhsh committed Dec 2, 2024
1 parent 7382fd5 commit 2429d75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Offline_Developing/offline_developing_Django_App.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1763,13 +1763,14 @@ git rm -r --cached .
# 253
# -----------------------------------------------------------------------------------
# eslahe sabade kharid
django-admin makemessages -l fa
django-admin compilemessages




django-admin makemessages -l fa
django-admin compilemessages

# 254
# -----------------------------------------------------------------------------------



Expand Down
Binary file modified db.sqlite3
Binary file not shown.
2 changes: 1 addition & 1 deletion templates/_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h3 class="mini-cart__heading mb--40 mb-lg--30 text-right">{% translate "Cart" %
</a>
</span>
<span class="mini-cart__product__quantity">
<span>{{ item.product_obj.price }}</span> &#215; <span>۱</span>
<span>{{ item.product_obj.price }}</span> &#215; <span>{{ item.quantity }}</span>
</span>
</div>
</li>
Expand Down

0 comments on commit 2429d75

Please sign in to comment.