Changes between Version 107 and Version 108 of Tutorials


Ignore:
Timestamp:
Feb 21, 2015, 3:59:29 AM (9 years ago)
Author:
Ryan Nevius
Comment:

Add request-response cycle image. Update Harry Percival's TDD book link.

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials

    v107 v108  
    4848=== Testing Django ===
    4949
    50  * [http://www.tdd-django-tutorial.com]
     50 * [http://www.obeythetestinggoat.com/ Test-Driven Development with Python]
    5151
    5252=== Understanding Django Internals ===
     
    5555 * [http://www.b-list.org/weblog/2006/06/28/django-tips-difference-between-blank-and-null The difference between blank and null]
    5656 * [DevModelCreation How Django sets up model classes]
     57 * [http://rnevius.github.io/django_request_response_cycle.png Django's Request-Response Cycle: A Visual Guide]
    5758
    5859=== Templates ===
Back to Top