From 66b38ad6ca9ff46e5b8c1958664fcf8b202e93a7 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 17 Mar 2013 22:41:19 +0100 Subject: [PATCH] more info in the comparison chart --- developer_manual/app/intro/createapp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/intro/createapp.rst b/developer_manual/app/intro/createapp.rst index 0acfc58c0..ccdac0fc1 100644 --- a/developer_manual/app/intro/createapp.rst +++ b/developer_manual/app/intro/createapp.rst @@ -88,7 +88,7 @@ To simplify the decision see this comparison chart: +=================+=========================+================================+ | Difficulty | easy | medium | +-----------------+-------------------------+--------------------------------+ -| Architecture | none | MVC | +| Architecture | routes and templates | routes and MVC | +-----------------+-------------------------+--------------------------------+ | Testability | hard | easy: built-in :doc:`\ | | | | ../general/dependencyinjection`|