GitXplorerGitXplorer
a

flask-tutorial

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
1e7ec04e5b68f0d387580fb4ca1872350515dc8f

Update README.rst

aalephmelo committed 9 years ago
Unverified
0d42df75ca713fbfce50f81fbad43fa4d1fbdfc8

Update and add setup part.

aalephmelo committed 9 years ago
Unverified
efadd3bda8d385aae904c5b655f04a5a11c85ea3

Add schema part.

aalephmelo committed 9 years ago
Unverified
c354bf95f34044223c3d953bb6e7fba8f6f110ad

Update contents.

aalephmelo committed 9 years ago
Unverified
60b7b4a6a10bd5d7abb5ce84342bbd26375d80d2

Add creating folders part.

aalephmelo committed 9 years ago
Unverified
5f756b049f0659178199c194a427c7a51a33ae0b

Update README.rst

aalephmelo committed 9 years ago

README

The README file for this repository.

Tutorial

You want to develop an application with Python and Flask? Here you have the chance to learn by example. In this tutorial, we will create a simple microblogging application. It only supports one user that can create text-only entries and there are no feeds or comments, but it still features everything you need to get started. We will use Flask and SQLite as a database (which comes out of the box with Python) so there is nothing else you need.

If you want to download the full source code in advance or for comparison, check out the example source_.

.. _example source: https://github.com/mitsuhiko/flask/tree/master/examples/flaskr/