File tree Expand file tree Collapse file tree 4 files changed +15
-1
lines changed
source/content/pages/04-web-development Expand file tree Collapse file tree 4 files changed +15
-1
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
2422461 . [ Install Flask] ( http://flask.pocoo.org/docs/installation/ ) on
You can’t perform that action at this time.
0 commit comments