diff options
Diffstat (limited to 'docs/tutorials/bfgwiki2/definingmodels.rst')
| -rw-r--r-- | docs/tutorials/bfgwiki2/definingmodels.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/tutorials/bfgwiki2/definingmodels.rst b/docs/tutorials/bfgwiki2/definingmodels.rst index 214a5e908..d2db4955e 100644 --- a/docs/tutorials/bfgwiki2/definingmodels.rst +++ b/docs/tutorials/bfgwiki2/definingmodels.rst @@ -68,6 +68,11 @@ Viewing the Application in a Browser ------------------------------------ We can't. At this point, our system is in a "non-runnable" state; -we'll need to change the "views" (and associated files) in the next -chapter to be able to start and run the application successfully. +we'll need to change view-related files in the next chapter to be able +to start the application successfully. If you try to start the +application, you'll wind up with a Python traceback on your console +that ends with this exception: +.. code-block:: text + + ImportError: cannot import name Model |
