Steve Piercy
2016-12-23 38cf5b3d218cf1476c4553c229aebe15577b7f16
replace pcreate w/cc
1 files modified
2 ■■■ changed files
docs/tutorials/wiki/definingviews.rst 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki/definingviews.rst
@@ -36,7 +36,7 @@
The view code in our application will depend on a package which is not a
dependency of the original "tutorial" application.  The original "tutorial"
application was generated by the ``pcreate`` command; it doesn't know
application was generated by the cookiecutter; it doesn't know
about our custom application requirements.
We need to add a dependency on the ``docutils`` package to our ``tutorial``