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`|