Updating the quickstart docs with some missing info.

This commit is contained in:
Ryan Petrello
2012-03-20 10:04:45 -04:00
parent 7455b9ff46
commit 6e3fcff0aa

View File

@@ -80,6 +80,11 @@ You may notice that **model/__init__.py** is mostly empty. You may wish to add
code here to define tables, ORM definitions, and parse bindings from your
configuration file.
Now that you've created your first Pecan application, you'll want to deploy it
in "development mode", such that its available on ``sys.path``, yet can still
be edited directly from its source checkout::
$ python setup.py develop
.. _running_application: