Skip to content

Commit

Permalink
Merge pull request #305 from mozilla-services/better-quickstart-doc
Browse files Browse the repository at this point in the history
Add a config.include('cornice') reference to the quickstart
  • Loading branch information
almet committed Jun 10, 2015
2 parents a21bd8c + 3a3d51f commit aeee7b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ That'll give you a Paster template to use::

The template creates a working Cornice application.

You can then start to poke at the :file:`views.py` file it
If you want to add cornice support to an already existing project, you'll need
to include cornice in your project `includeme`::

config.include("cornice")

You can then start to poke at the :file:`views.py` file it
created in the package.

For example, let's
Expand Down

0 comments on commit aeee7b2

Please sign in to comment.