Minor changes
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# flask-example
|
# flask-example
|
||||||
|
|
||||||
A minimal web app developed in [Flask](http://flask.pocoo.org/).
|
A minimal web app developed with [Flask](http://flask.pocoo.org/) framework.
|
||||||
|
|
||||||
The main purpose is to introduce how to implement the essential elements in web application with Flask framework, including
|
The main purpose is to introduce how to implement the essential elements in web application with Flask, including
|
||||||
|
|
||||||
- URL Building
|
- URL Building
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
{% block body %}
|
{% block body %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
|
|
||||||
<p>This is a minimal web app developed in <a href="http://flask.pocoo.org/">Flask</a>.</p>
|
<p>This is a minimal web app developed with <a href="http://flask.pocoo.org/">Flask</a> framework.</p>
|
||||||
<p>The main purpose is to introduce how to implement the essentail elements in web applications with Flask framework, including</p>
|
<p>The main purpose is to introduce how to implement the essentail elements in web applications with Flask, including</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>URL Building</li>
|
<li>URL Building</li>
|
||||||
<li>Authentication with Sessions</li>
|
<li>Authentication with Sessions</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user