Skip to content

Commit 85e5d49

Browse files
author
Marco Bakera
committed
flask: add link to book reference
1 parent b053347 commit 85e5d49

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

flask/flask.ipynb

+3-2
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,8 @@
11501150
"\n",
11511151
"* [Flask Quickstart](https://flask.palletsprojects.com/en/2.0.x/quickstart/)\n",
11521152
"* [awesome flask](https://github.com/humiaozuzu/awesome-flask)\n",
1153-
"* [flask-autodoc](https://github.com/acoomans/flask-autodoc)"
1153+
"* [flask-autodoc](https://github.com/acoomans/flask-autodoc)\n",
1154+
"* [Building Web Apps with Python and Flask (Buch)](https://bpbonline.com/products/building-web-apps-with-python-and-flask?_pos=1&_sid=ad8ddb69d&_ss=r)"
11541155
]
11551156
}
11561157
],
@@ -1170,7 +1171,7 @@
11701171
"name": "python",
11711172
"nbconvert_exporter": "python",
11721173
"pygments_lexer": "ipython3",
1173-
"version": "3.9.5"
1174+
"version": "3.9.6"
11741175
}
11751176
},
11761177
"nbformat": 4,

flask/flask_final.html

+1
Original file line numberDiff line numberDiff line change
@@ -15486,6 +15486,7 @@ <h2 id="Weitere-Infos">Weitere Infos<a class="anchor-link" href="#Weitere-Infos"
1548615486
<li><a href="https://flask.palletsprojects.com/en/2.0.x/quickstart/">Flask Quickstart</a></li>
1548715487
<li><a href="https://github.com/humiaozuzu/awesome-flask">awesome flask</a></li>
1548815488
<li><a href="https://github.com/acoomans/flask-autodoc">flask-autodoc</a></li>
15489+
<li><a href="https://bpbonline.com/products/building-web-apps-with-python-and-flask?_pos=1&amp;_sid=ad8ddb69d&amp;_ss=r">Building Web Apps with Python and Flask (Buch)</a></li>
1548915490
</ul>
1549015491

1549115492
</div>

0 commit comments

Comments
 (0)