Re: new to open source contribution

2019-12-03 Thread Himanshu Mohan
Hi, I tried sending in below email group and it’s coming as Undelivered Thanks and Regards Himanshu > On 02-Dec-2019, at 11:48 PM, Carlos Leite (cadu) wrote: > > Hi Satish, > > there is a list just for that : django-core-mentors...@googlegroups.com > > ask anything about start to contribu

Re: new to open source contribution

2019-12-02 Thread Carlos Leite (cadu)
Hi Satish, there is a list just for that : django-core-mentors...@googlegroups.com ask anything about start to contributing to django , people are there for it. You will be welcome Em sexta-feira, 29 de novembro de 2019 09:41:13 UTC-3, Shruti Satish escreveu: > > i am new to open source an

Re: new to open source contribution

2019-11-29 Thread Website Technologies
Hi shruti, I am soon posting my django development tutorials from beginners to expert on my YouTube channel 'Backend to Frontend' . You'll definitely love it. Thanks On Fri, Nov 29, 2019, 18:45 Abhijeet Viswa wrote: > Hey, > > Checkout Django's "Contributing to Django" documentation here: > http

Re: new to open source contribution

2019-11-29 Thread Abhijeet Viswa
Hey, Checkout Django's "Contributing to Django" documentation here: https://docs.djangoproject.com/en/2.2/internals/contributing/ You can find a list of reported bugs and request feature updates on Django Trac here: https://code.djangoproject.com/ Django uses Git as a VCS. If you haven't used Dja

new to open source contribution

2019-11-29 Thread Shruti Satish
i am new to open source and would like to contribute. how do i setup for Django development? also can i be pointed towards easy and relativey easy bug fixes/issues and the corresponding repos? -- You received this message because you are subscribed to the Google Groups "Django developers (Co

Re: New to Open Source Contribution Need Help With Setting Up Environment For Channels to Reproduce Issues After Cloning From Git

2019-11-28 Thread Adam Johnson
Hi Suvodeep, Did you see this documentation page? https://channels.readthedocs.io/en/latest/contributing.html If you use the command: pip install -e . You can install your cloned channels copy in a virtual environment and use that as normal in a channels app. Afraid I haven't worked on it myse

New to Open Source Contribution Need Help With Setting Up Environment For Channels to Reproduce Issues After Cloning From Git

2019-11-05 Thread Suvodeep Dubey
I have cloned channels repo in my local. I was going through the bugs but was unable to set-up the environment to reproduce the bugs. I have the following understanding: 1. Rather than `pip install channels` clone the channels from git 2. Execute the channels parallel to your application and mak