Added troubleshooting section to the tutorial
This commit is contained in:
parent
94cf620914
commit
100776147a
1 changed files with 6 additions and 0 deletions
|
|
@ -55,3 +55,9 @@ importing and calling that function::
|
||||||
|
|
||||||
>>> from flaskr import init_db
|
>>> from flaskr import init_db
|
||||||
>>> 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).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue