Browse Source

Merge pull request #709 from halexus/patch-1

Update README of example Flaskr
pull/702/merge
Armin Ronacher 12 years ago
parent
commit
6a8acc115e
  1. 7
      examples/flaskr/README

7
examples/flaskr/README

@ -1,4 +1,3 @@
/ Flaskr /
a minimal blog application
@ -14,11 +13,7 @@
export an FLASKR_SETTINGS environment variable
pointing to a configuration file.
2. fire up a python shell and run this:
>>> from flaskr import init_db; init_db()
3. now you can run the flaskr.py file with your
2. now you can run the flaskr.py file with your
python interpreter and the application will
greet you on http://localhost:5000/

Loading…
Cancel
Save