Skip to content

Commit 4c77e26

Browse files
committed
adding new flask boilerplate
1 parent 2fa0b9a commit 4c77e26

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2164,6 +2164,11 @@ <h2>Flask project templates</h2>
21642164
project template for use with
21652165
<a href="https://github.com/audreyr/cookiecutter">Cookiecutter</a>.</p>
21662166
</li>
2167+
<li>
2168+
<p><a href="https://github.com/MaxHalford/Flask-Boilerplate">Flask-Boilerplate</a>
2169+
provides another starting project with sign up, log in and password
2170+
reset.</p>
2171+
</li>
21672172
</ul>
21682173
<h2>Flask framework learning checklist</h2>
21692174
<ol>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-11-30T13:25:18Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-12-01T08:42:44Z</updated></feed>

flask.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,11 @@ <h2>Flask project templates</h2>
296296
project template for use with
297297
<a href="https://github.com/audreyr/cookiecutter">Cookiecutter</a>.</p>
298298
</li>
299+
<li>
300+
<p><a href="https://github.com/MaxHalford/Flask-Boilerplate">Flask-Boilerplate</a>
301+
provides another starting project with sign up, log in and password
302+
reset.</p>
303+
</li>
299304
</ul>
300305
<h2>Flask framework learning checklist</h2>
301306
<ol>

source/content/pages/04-web-development/04-flask.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,10 @@ how to <a href="/deployment.html">deploy web applications</a>.
237237
project template for use with
238238
[Cookiecutter](https://github.com/audreyr/cookiecutter).
239239

240+
* [Flask-Boilerplate](https://github.com/MaxHalford/Flask-Boilerplate)
241+
provides another starting project with sign up, log in and password
242+
reset.
243+
240244

241245
## Flask framework learning checklist
242246
1. [Install Flask](http://flask.pocoo.org/docs/installation/) on

0 commit comments

Comments
 (0)