File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
content/pages/examples/flask Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -69,3 +69,11 @@ Code examples from Flasky are shown on the following pages:
6969
7070* [ flask_sqlalchemy SQLAlchemy Model] ( /flask-sqlalchemy-model-examples.html )
7171
72+
73+ ### newspie
74+ [ NewsPie] ( https://github.com/skamieniarz/newspie ) is a minimalistic news
75+ aggregator created with [ Flask] ( /flask.html ) and the
76+ [ News API] ( https://newsapi.org/ ) .
77+
78+ NewsPie is provided as open source under the
79+ [ MIT license] ( https://github.com/skamieniarz/newspie/blob/master/LICENSE ) .
Original file line number Diff line number Diff line change @@ -95,8 +95,8 @@ <h4 class="bp"><a href="/django-forms-examples.html">django.forms</a>
9595 < a href ="/django-forms-integerfield-examples.html "> IntegerField</ a >
9696</ h4 >
9797< h4 class ="bp "> django.http
98- < a href ="/django-http-httpresponse-examples.html "> HttpResponse</ a >
99- < a href ="/django-http-httpresponsebadrequest-examples.html "> HttpResponseBadRequest</ a >
98+ < a href ="/django-http-httpresponse-examples.html "> HttpResponse</ a > ,
99+ < a href ="/django-http-httpresponsebadrequest-examples.html "> HttpResponseBadRequest</ a > ,
100100 < a href ="/django-http-httpresponseforbidden-examples.html "> HttpResponseForbidden</ a > ,
101101 < a href ="/django-http-httpresponsenotmodified-examples.html "> HttpResponseNotModified</ a > ,
102102 < a href ="/django-http-http404-examples.html "> Http404</ a > ,
You can’t perform that action at this time.
0 commit comments