Re: How Important Is Writing Unit Tests For Django Applications?

2022-03-12 Thread Mike Dewhirst
On 13/03/2022 5:00 am, Daniel Coker wrote: I understand the importance of unit testing. However, if we are going to write integration tests (testing the views), this test will step through all of the modules that we would otherwise unit test. So, I'm wondering, it it really necessary to write

How Important Is Writing Unit Tests For Django Applications?

2022-03-12 Thread Daniel Coker
I understand the importance of unit testing. However, if we are going to write integration tests (testing the views), this test will step through all of the modules that we would otherwise unit test. So, I'm wondering, it it really necessary to write unit test for Django Applications when we

Re: Reusable django templates

2022-03-12 Thread Clive Bruton
On 12 Mar 2022, at 17:43, Heman Okumbo wrote: How comes I'm not able to modify my templates after extending from a base template.eg can't add extra contents,the template only display contents of the inherited template. Some code might help. It's not really clear to me what you are

Reusable django templates

2022-03-12 Thread Heman Okumbo
How comes I'm not able to modify my templates after extending from a base template.eg can't add extra contents,the template only display contents of the inherited template. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from