summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general
diff options
context:
space:
mode:
authorvlakoff <vlakoff@gmail.com>2014-04-12 07:32:54 +0200
committervlakoff <vlakoff@gmail.com>2014-04-12 07:32:54 +0200
commit119d94f829ea54e6c3d2f9d03c46d9b74e8a453e (patch)
tree7c945dbad4bb75cc2341e758217d74e17295ab47 /user_guide_src/source/general
parent72daa197768f5ff86e009ff7afc171da21adc8db (diff)
Small documentation update
As the error templates are now by default inside the views folder.
Diffstat (limited to 'user_guide_src/source/general')
-rw-r--r--user_guide_src/source/general/managing_apps.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/user_guide_src/source/general/managing_apps.rst b/user_guide_src/source/general/managing_apps.rst
index 3ca0e03a7..4861ba71a 100644
--- a/user_guide_src/source/general/managing_apps.rst
+++ b/user_guide_src/source/general/managing_apps.rst
@@ -40,14 +40,12 @@ and "bar". You could structure your application directories like this::
applications/foo/
applications/foo/config/
applications/foo/controllers/
- applications/foo/errors/
applications/foo/libraries/
applications/foo/models/
applications/foo/views/
applications/bar/
applications/bar/config/
applications/bar/controllers/
- applications/bar/errors/
applications/bar/libraries/
applications/bar/models/
applications/bar/views/