Any streams of people contributing to Django?

2024-04-01 Thread Bar Akiva
Despite spending plenty of time using tools like Django or Vue to develop apps, I have very little clue on how to develop the tools themselves, despite patiently going through the /contributing docs section. Anyone has a video of them (or other people) developing so I could get some context?

Re: Error with running test suite while contributing to django

2020-01-25 Thread Muhammed abdul Quadir owais
Oh! Reply me … if you find the solution of it … thanks > On 26-Jan-2020, at 12:13 AM, aakansha jain wrote: > > I am also getting the same issue. > I am to getting how to run the django development environment so that I can > contribute to Django. > > On Friday, January 24, 2020 at 6:10:40 PM

Re: Error with running test suite while contributing to django

2020-01-25 Thread aakansha jain
I am also getting the same issue. I am to getting how to run the django development environment so that I can contribute to Django. On Friday, January 24, 2020 at 6:10:40 PM UTC+5:30, Muhammed abdul Quadir owais wrote: > > Hi , > > I want help over here ,.. > I'm a newbie for django

Error with running test suite while contributing to django

2020-01-24 Thread Muhammed abdul Quadir owais
Hi , I want help over here ,.. I'm a newbie for django contributions so I got stuck over here... After cloning the django from git hub ( obviously after the action of fork) and running commands (like $ python -m pip install -e /path/to/your/local/clone/django/ and $ python -m pip install -r

Re: Contributing to Django

2018-09-07 Thread Michal Petrucha
On Fri, Sep 07, 2018 at 11:36:27AM +0530, Sanjeev Singh wrote: > Thank you for replying me back Sir, It will be great help for me if you can > provide me some links where I should go for that, how I can jump into this. > Thank you. Hi Sanjeev, Really cool that you want to get involved! I'd

Re: Contributing to Django

2018-09-07 Thread Sanjeev Singh
Thank you for replying me back Sir, It will be great help for me if you can provide me some links where I should go for that, how I can jump into this. Thank you. On Fri, Sep 7, 2018 at 11:12 AM Andréas Kühne wrote: > That's good if you think you have that experience. Contributing back is >

Re: Contributing to Django

2018-09-06 Thread Andréas Kühne
That's good if you think you have that experience. Contributing back is always good :-) However - if you want to discuss this, I think you should change to the developers mailing list instead. They can probably help you. Or just go and check the issues on the django project and see if you can

Re: Contributing to Django

2018-09-06 Thread Sanjeev Singh
Hello Sir, I've already done some projects in django but now I want to contribute. I want to start this by solving some easy bugs, If you suggest some. Thank you. On Fri, Sep 7, 2018 at 10:37 AM Andréas Kühne wrote: > Hi, > > I think you really should get some experience with writing

Re: Contributing to Django

2018-09-06 Thread Andréas Kühne
Hi, I think you really should get some experience with writing applications in django before you start contributing to the project itself. The django project is rather complex and it takes a while to understand the concepts behind it. I have been working with django for 5 years now and haven't

Contributing to Django

2018-09-06 Thread Sanjeev Singh
Hello, I’m a beginner want to contribute please help me in solving some easy bugs so that I can get started. Thank you. Sent from Mail for Windows 10 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

Re: Contributing to django.

2018-03-27 Thread quentin . agren
Hi Utpal, This is because using SSH protocol (implicit in specifying the address as g...@github.com:YourGitHubName/django.git) require you to setup a key pair for your account. You could clone the repo using HTTPS protocol by using https://github.com/YourGitHubName/django.git and providing

Re: Contributing to django.

2018-03-27 Thread Kasper Laudrup
Hi Utpal, On 2018-03-27 14:36, Utpal Brahma wrote: > > when i performed this below command in terminal. > i have got an error. > > git clone g...@github.com:YourGitHubName/django.git > Replace "YourGitHubName" with the name of your GitHub account and "django" with the name of your project on

Contributing to django.

2018-03-27 Thread Utpal Brahma
I have got this error in section //Writing your first patch for Django// when i performed this below command in terminal. i have got an error. git clone g...@github.com:YourGitHubName/django.git error part : Cloning into 'django'... Warning: Permanently added the RSA host key for IP address

Re: Contributing to Django

2018-01-25 Thread Antonis Christofides
Hello, Yes, I believe you have it right. In the documentation there's a "How to get involved" section that describes all the details, but they're too many to take in, so you will need some help anyway. You will receive better help for such questions in the django-developers list and in the django

Contributing to Django

2018-01-24 Thread 'Anoosha Masood Keen' via Django users
Hi, I have assigned a ticket to myself. Now what do I need to do ? Fork django project and create branch for that ticket and push it ? Am I right? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Guidance for contributing to django

2017-09-25 Thread James Schneider
On Sep 25, 2017 2:05 PM, "KUNAL SINGHAL" wrote: As our minor project for the year, we were asked to contribute to Django. However, the problem with this is that I don't really know where to start. I have read the documentation, but still need guidance about what to do,

Guidance for contributing to django

2017-09-25 Thread KUNAL SINGHAL
As our minor project for the year, we were asked to contribute to Django. However, the problem with this is that I don't really know where to start. I have read the documentation, but still need guidance about what to do, specifically: 1. Low-level features that can be added to Django in around