We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8287a57 + a800deb commit c212a42Copy full SHA for c212a42
fa/deploy/README.md
@@ -38,6 +38,7 @@
38
39
*.pyc
40
*~
41
+ /.vscode
42
__pycache__
43
myvenv
44
db.sqlite3
fa/extend_your_application/README.md
@@ -140,7 +140,7 @@ def post_detail(request, pk):
140
141
در پوشه `blog/templates/blog` یک فایل به نام `post_detail.html` بسازید و آن را در ویرایشگر کد باز کنید.
142
143
-شبیه به این خواهد بود:
+حالا کد زیر را تایپ کنید:
144
145
{% filename %}blog/templates/blog/post_detail.html{% endfilename %}
146
0 commit comments