Skip to content

Commit 724331f

Browse files
author
troutman_margaret@yahoo.com
committed
Edited chapter_03_unit_test_first_view.asciidoc with Atlas code editor
1 parent da9a5e1 commit 724331f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_03_unit_test_first_view.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ _make sure you always review what you're about to commit before you do it_.
263263
[[django-mvc]]
264264
=== Django's MVC, URLs, and View Functions
265265

266-
((("model-view-controller (MVC) pattern")))
266+
((("model-view-controller (MVC) pattern")))((("MVC (model-view-controller) pattern")))
267267
Django is structured along a classic _model-view-controller_ (MVC) pattern—well, _broadly_.
268268
It definitely does have models,
269269
but what Django calls "views" are really controllers,

0 commit comments

Comments
 (0)