Added conclusion of covering in chap3.md
parent
9fa1028ce1
commit
22a38297a9
|
@ -206,3 +206,12 @@ Fix the `views.py` to
|
||||||
def home_page(request):
|
def home_page(request):
|
||||||
return HttpResponse('<html><title>To-Do list</title></html>')
|
return HttpResponse('<html><title>To-Do list</title></html>')
|
||||||
```
|
```
|
||||||
|
|
||||||
|
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
|
Loading…
Reference in New Issue