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 for this post. This mailing
list is for the development of Django itself, not for support using Django.
This means the discussions of bugs and features in Django itself, rather
than in your code using it. People on this list are unlikely to answer your
support query with their limited time and energy. Read more on the mailing
lists at https://www.djangoproject.com/community/

For support, please use the NEW Django forum at
https://forum.djangoproject.com , django-users mailing list, or IRC #django
on Freenode, or a site like Stack Overflow. There are people out there
willing to help on those channels, but they might not respond if you don't
ask your question well. Stack Overflow's question guide can help you frame
it well: https://stackoverflow.com/help/how-to-ask .

Also if you haven't read it, please take a look at Django's Code of
Conduct: https://www.djangoproject.com/conduct/ . These are our "ground
rules" for working well as a community, and will help you get the most out
of Django and our fantastic community.

Thanks for your understanding,

Adam

On Fri, 20 Dec 2019 at 17:08, Pratik kumar 
wrote:

> 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 
>> 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 time from the local
>>> copy or is there a way around?
>>>
>>> --
>>> 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 receiving emails from it, send
>>> an email to django-d...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-developers/f1c17efa-a1dc-4e07-b0c7-d3b7c7a33284%40googlegroups.com
>>> 
>>> .
>>>
>> --
> 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 receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/29acfda7-d5ca-48cb-8839-12c8dd48bb7c%40googlegroups.com
> 
> .
>


-- 
Adam

-- 
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 receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAMyDDM3-MoxoZX-5nmocTxybKf2u7uxzKtfDHdyTMoJi_MOykQ%40mail.gmail.com.


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  > 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 time from the local 
>> copy or is there a way around?
>>
>> -- 
>> 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 receiving emails from it, send an 
>> email to django-d...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-developers/f1c17efa-a1dc-4e07-b0c7-d3b7c7a33284%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/29acfda7-d5ca-48cb-8839-12c8dd48bb7c%40googlegroups.com.


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 time from the local
> copy or is there a way around?
>
> --
> 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 receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/f1c17efa-a1dc-4e07-b0c7-d3b7c7a33284%40googlegroups.com
> 
> .
>

-- 
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 receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAFdBwp9fxK_cCzbDdCO6S3_LNJJfxGG6PfjkGpJh4W31A1H%3D8g%40mail.gmail.com.


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 are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/f1c17efa-a1dc-4e07-b0c7-d3b7c7a33284%40googlegroups.com.