Rachid Belaid
2012-03-18 cd6281b34a45ad4ec08b732597059b33da45883a
Keep the same vocabulary than previously in the doc, at this stage of the instruction the user doesn't have more than one package which myproject
1 files modified
2 ■■■ changed files
docs/narr/project.rst 2 ●●● patch | view | raw | blame | history
docs/narr/project.rst
@@ -888,7 +888,7 @@
your views in a Python subpackage within the ``myproject`` :term:`package`
named ``views`` instead of within a single ``views.py`` file, you might:
- Create a ``views`` directory inside your ``mypackage`` package directory
- Create a ``views`` directory inside your ``myproject`` package directory
  (the same directory which holds ``views.py``).
- *Move* the existing ``views.py`` file to a file inside the new ``views``