Added troubleshooting section to the tutorial

This commit is contained in:
Armin Ronacher 2010-04-18 18:40:52 +02:00
parent 94cf620914
commit 100776147a

View file

@ -55,3 +55,9 @@ importing and calling that function::
>>> from flaskr import init_db
>>> init_db()
.. admonition:: Troubleshooting
If you get an exception later that a table cannot be found check that
you did call the `init_db` function and that your table names are
correct (singular vs. plural for example).