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 ar

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

Getting error while running tests for postgis

2020-01-23 Thread Pratik kumar
I was running the test With for GeoDjnago using the following commands ./runtests.py --settings=postgis with the following settings file DATABASES = { 'default': { 'ENGINE': 'django.contrib.gis.db.backends.postgis', 'NAME':'defaultd', 'USER': 'user', 'PASSWORD':'

Re: Getting error while running tests for postgis

2020-01-23 Thread Pratik kumar
I am working on a ticket need to run tests for postgis, isn't it concerned with the development of django itself? -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop rec