Changes between Version 107 and Version 108 of Tutorials
- Timestamp:
- Feb 21, 2015, 3:59:29 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials
v107 v108 48 48 === Testing Django === 49 49 50 * [http://www. tdd-django-tutorial.com]50 * [http://www.obeythetestinggoat.com/ Test-Driven Development with Python] 51 51 52 52 === Understanding Django Internals === … … 55 55 * [http://www.b-list.org/weblog/2006/06/28/django-tips-difference-between-blank-and-null The difference between blank and null] 56 56 * [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] 57 58 58 59 === Templates ===