From 22a38297a9533250a273192aa79dc6719844f1ab Mon Sep 17 00:00:00 2001 From: JasonHomeWorkstationUbuntu Date: Sat, 7 Nov 2020 15:32:20 +1100 Subject: [PATCH] Added conclusion of covering in chap3.md --- textbook/chap3.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/textbook/chap3.md b/textbook/chap3.md index 1204748..d30be2a 100644 --- a/textbook/chap3.md +++ b/textbook/chap3.md @@ -205,4 +205,13 @@ Fix the `views.py` to ```python def home_page(request): return HttpResponse('To-Do list') -``` \ No newline at end of file +``` + +Conclusion of covering: + +* Starting a Django app +* The Django unit test runner +* The difference btw FTs and unit tests +* Django URL resolving and `urls.py` +* Django view functions, request and response objects +* And returning basic HTML \ No newline at end of file