Hello there,
I want to understand how to get deep insight into Django code?
Thank You.
--
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/django-developers/-/CcvuN
On 5 January 2013 05:23, Malcolm Box wrote:
>
> The general pattern I want to implement is have a test client that makes
> assertions about all the requests made during a set of tests. For example, it
> could check that every get() returned cache headers, or that content_type is
> always specif
I am one of those people who can only learn things by doing them, and finds it
very hard to grasp things from reference materials. The Django documentation is
excellent on the latter, but not quite so good on the tutorials that would
guide me through doing things in a way that will help me learn