Re: what is the efficient way for Testing and making changes to the code

2019-12-20 Thread Adam Johnson
If you're looking to develop *Django itself* I think you're looking for this guide: https://docs.djangoproject.com/en/3.0/intro/contributing/ Otherwise - I've pasted my common "wrong mailing list" post below. Thanks for your understanding, Adam Hi! I think you've found the wrong mailing list

Re: what is the efficient way for Testing and making changes to the code

2019-12-20 Thread Pratik kumar
I am just trying to figure how how the different things works in Djnago source, so that i can get on with contributing to the code On Friday, December 20, 2019 at 10:27:38 PM UTC+5:30, Dipankar wrote: > > Is it related to Django development? > > On Fri, Dec 20, 2019, 9:25 PM Pratik kumar >

Re: what is the efficient way for Testing and making changes to the code

2019-12-20 Thread Dipankar
Is it related to Django development? On Fri, Dec 20, 2019, 9:25 PM Pratik kumar wrote: > I used my local copy to create a new project and added some models to it > after now i have made some changes to the local copy, Now how do i test > those changes , do i need to create a new project each

what is the efficient way for Testing and making changes to the code

2019-12-20 Thread Pratik kumar
I used my local copy to create a new project and added some models to it after now i have made some changes to the local copy, Now how do i test those changes , do i need to create a new project each time from the local copy or is there a way around? -- You received this message because you