Re: Contributing to Django Documentation

2021-02-26 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
itHub / Trac. Good luck and may the odds be ever in your favour! Adam On Fri, 26 Feb 2021 at 09:03, cta...@gmail.com wrote: > Hi Everyone, > > I'd like to start contributing to Django, firstly by helping to improve > the documentation. There are no particular inaccuracies, but ra

Contributing to Django Documentation

2021-02-26 Thread cta...@gmail.com
Hi Everyone, I'd like to start contributing to Django, firstly by helping to improve the documentation. There are no particular inaccuracies, but rather I would like to have a go at improving the style, content and organisation. How should I go about suggesting improvements, and ge

Re: start contributing to django

2020-02-05 Thread Carlton Gibson
Hi Rishabh. Check out the contributing guide to begin: https://docs.djangoproject.com/en/dev/internals/contributing/ The Advice for new contributors is good: https://docs.djangoproject.com/en/dev/internals/contributing/new-contributors/ Kind Regards, Carlton On Wed, 5 Feb 2020 at 13:30, Rish

start contributing to django

2020-02-05 Thread Rishabh Arya
Hi, I am Rishabh Arya. I wanted to contribute to Django . I do not know to understand what to do. Please help me -- 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 re

Re: About contributing to django...

2020-02-03 Thread Adam Johnson
Hi Xero, There have been a few email threads about this previously, with links to the relevant locations: https://groups.google.com/d/msgid/django-developers/af075d59-ece3-4044-9204-b690c746b9e0%40googlegroups.com https://groups.google.com/d/msgid/django-developers/3d87d5a8-ab76-45a7-ab28-b8a650

About contributing to django...

2020-02-02 Thread XERO
hello everybody! I am computer science student, studying in second year.I am novice in this sector.I have been going through the documentation,readme etc. from last few days (done some basic projects like to-do web-app,calculator etc.) but not actually understanding the flow properly.I am partic

Re: Error with running test suite while contributing to django

2020-01-24 Thread Adam Johnson
Please don’t repost on the mailing list, I responded on the other thread On Fri, 24 Jan 2020 at 11:41, Muhammed abdul Quadir owais < quadirowais2...@gmail.com> wrote: > Hi , > > I want help over here ,.. > I'm a newbie for django contributions so I got stuck over here... > After cloning the djang

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 req

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 requir

Re: Contributing to Django

2017-10-31 Thread Adam Johnson
https://docs.djangoproject.com/en/dev/internals/contributing/ has a guide on getting starting contributing to Django, whether working on the code, the tickets, or just the community. On 31 October 2017 at 09:28, Harsh vardhan sharma < harshavardhana@gmail.com> wrote: > Hi everyone,

Contributing to Django

2017-10-31 Thread Harsh vardhan sharma
Hi everyone, I am a Django developer and I want to contribute to django code. But the django codebase in github is very big. I want to know how to read the source code? -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django i

Re: Contributing to DJANGO

2016-10-24 Thread Tim Graham
Certainly. Take a look at https://docs.djangoproject.com/en/dev/internals/contributing/. On Monday, October 24, 2016 at 12:34:36 PM UTC-4, Ravi Sharma wrote: > > Hello all, > Im Ravi Sharma, currently a 3rd year undergraduate student at IIT Bombay , > India > Im quite interested in working with

Contributing to DJANGO

2016-10-24 Thread Ravi Sharma
Hello all, Im Ravi Sharma, currently a 3rd year undergraduate student at IIT Bombay , India Im quite interested in working with open source software development, but im new in this field. I have worked with Django in previous so i thought this would be a better way to start with. So can i get to

Re: Contributing to Django

2016-09-14 Thread Andromeda Yelton
https://docs.djangoproject.com/en/1.10/internals/contributing/ :) On Sun, Sep 11, 2016 at 4:29 PM, wrote: > Hi everyone! > > I found Django interesting and so, I want to contribute to it. I am > learning OOP , web development. I have done a course in C language. My > mathematics is good. Please

Re: Contributing to Django

2016-09-12 Thread rishucoding
Hi Abdulrahman I am glad you helped me. I am learning python on Coursera, (Fundamentals of Computing Specialization). I think I will be learning a lot in this course and become an intermediate programmer. On Monday, September 12, 2016 at 2:17:28 AM UTC+5:30, Abdulrahman Alotaibi wrote: > > Hi

Re: Contributing to Django

2016-09-11 Thread Abdulrahman Alotaibi
Hi Rishu, Welcome and I am glad that you choose Django as your first project. You mentioned that you did a course in C and that's great. You need to know Python because Django is written in it http://www.diveintopython3.net/ . Also, you need to learn Git https://git-scm.com/ . Like other open sour

Contributing to Django

2016-09-11 Thread rishucoding
Hi everyone! I found Django interesting and so, I want to contribute to it. I am learning OOP , web development. I have done a course in C language. My mathematics is good. Please suggest in detail, how can I contribute and where and how to start? I haven't contributed anything till now but hav

Re: Team of 7 students will be contributing to Django for a school project. What's the best way to work on features without stepping on toes?

2016-01-21 Thread Tim Graham
Hi Jason, That sounds exciting. Feel free to ping me (timograham) in #django-dev IRC to discuss. I'd highly advise to send pull requests as you work so you can learn our contribution process, coding guidelines, etc. Also, I won't feel so overwhelmed with a big influx of pull requests to review

Team of 7 students will be contributing to Django for a school project. What's the best way to work on features without stepping on toes?

2016-01-21 Thread Jason Atkins
Hi All, I'm leading a team of 7 students that are looking to contribute to Django for a group project that will span the next 4 months. Our professor has stated that we should try to work on features instead of bugs so I was wondering what would be the best way to go about that. Should we tal

Re: Getting started : Contributing to Django

2015-02-07 Thread Tim Graham
A good place to start is reading the contributing documentation: https://docs.djangoproject.com/en/dev/internals/contributing/ The next step is to find a ticket in the area you are interested in and then either: 1) review the existing patch if there is one, 2) improve an existing patch if it has

Getting started : Contributing to Django

2015-02-07 Thread Akshita Jha
Hi, I am an GSOC - 2015 Applicant. I am currently in my 3rd year B.Tech (Computer Science). I want to contribute to Django. It would be really helpful, if you could help me get started. -- You received this message because you are subscribed to the Google Groups "Django developers (Contribut

Re: Reshaping the "Contributing to Django" documentation

2011-05-21 Thread Julien Phalip
On May 21, 2:15 am, "Jonas H." wrote: > > "[...] try and duplicate it. If you can duplicate it [...]" > > I'd stick with "reproduce" here because "duplicate" may be confused with > "duplicate tickets". Yes that's a good point. I fixed that in the latest patch. Thanks! -- You received this messa

Re: Reshaping the "Contributing to Django" documentation

2011-05-21 Thread Julien Phalip
On May 21, 1:33 am, Waylan Limberg wrote: > One nitpick thought. I expect that people reporting bugs will go to > the "bugs-and-features" page, which is fine. However, as is often the > case, when their ticket is marked "accepted" (or some other triage > stage) they often get confused about what t

Re: Reshaping the "Contributing to Django" documentation

2011-05-20 Thread Jonas H.
"[...] try and duplicate it. If you can duplicate it [...]" I'd stick with "reproduce" here because "duplicate" may be confused with "duplicate tickets". -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email

Re: Reshaping the "Contributing to Django" documentation

2011-05-20 Thread Waylan Limberg
On Fri, May 20, 2011 at 5:31 AM, Julien Phalip wrote: > Hi there, > > I've been working on reshaping the documentation about contributing to > Django, in particular the rather dense historical page [1] and the > excellent recently added how-to guide [2]. This documentation

Reshaping the "Contributing to Django" documentation

2011-05-20 Thread Julien Phalip
Hi there, I've been working on reshaping the documentation about contributing to Django, in particular the rather dense historical page [1] and the excellent recently added how-to guide [2]. This documentation has sort of grown organically over the years and has become a bit difficult to rea

Re: contributing to django as a part of master thersis

2011-02-11 Thread tiemonster
I'll be spending the next two years working on a event-driven python application server. As part of this work, I'll be investigating asynchronous database calls. I'll definitely report as I make progress in that arena. I'm envisioning a patch to the ORM that allows writes to be processed in the bac

Re: contributing to django as a part of master thersis

2011-02-10 Thread Łukasz Rekucki
On 10 February 2011 07:29, Russell Keith-Magee wrote: > On Thu, Feb 10, 2011 at 5:45 AM, Thomas Adamcik wrote: >> On Wed, Feb 9, 2011 at 12:00 PM, Russell Keith-Magee >> wrote: >>> Another interesting, but more complicated opportunity in this area >>> would be asynchronous database calls [1], wh

Re: contributing to django as a part of master thersis

2011-02-09 Thread Matteius
Russell hit the nail on the head with his initial reply. I don't have time to read all the rest of this, but definitely and good luck on your masters. Congratulations on getting into a program. On Feb 10, 12:29 am, Russell Keith-Magee wrote: > On Thu, Feb 10, 2011 at 5:45 AM, Thomas Adamcik wr

Re: contributing to django as a part of master thersis

2011-02-09 Thread Russell Keith-Magee
On Thu, Feb 10, 2011 at 5:45 AM, Thomas Adamcik wrote: > On Wed, Feb 9, 2011 at 12:00 PM, Russell Keith-Magee > wrote: >> Another interesting, but more complicated opportunity in this area >> would be asynchronous database calls [1], which some databases (by >> which I mean, Postgres) support. >>

Re: contributing to django as a part of master thersis

2011-02-09 Thread Thomas Adamcik
On Wed, Feb 9, 2011 at 12:00 PM, Russell Keith-Magee wrote: > Another interesting, but more complicated opportunity in this area > would be asynchronous database calls [1], which some databases (by > which I mean, Postgres) support. > > [1] http://initd.org/psycopg/docs/advanced.html#asynchronous-

Re: contributing to django as a part of master thersis

2011-02-09 Thread Vincent
+1 on the multi-writes, for what it's worth. For the type of work I do this would be a tremendous resource saver (highly transactional, write-heavy, etc). I've always wondered why Django didn't include this (I'd get off my *** and pitch in, if I were even half way OK at SQL), but I've also wondere

Re: contributing to django as a part of master thersis

2011-02-09 Thread Bogdan Yakovenko
On Wed, Feb 9, 2011 at 12:55 PM, Gabriel Hurley wrote: > Russ' points on number 3 are very interesting. Regarding multi-read/write > There are a number of places throughout the code where DB operations scale > linearly when they could be constant (in terms of queries). As for > multi-reads, at so

Re: contributing to django as a part of master thersis

2011-02-09 Thread Bogdan Yakovenko
Hey Russell On Wed, Feb 9, 2011 at 12:00 PM, Russell Keith-Magee < russ...@keith-magee.com> wrote: > > > I want > > > > FullProfile.objects.use_memcache().get(pk=123) > > > > to ask memcache first and then if object is not cached there, to fetch > the > > object from DB. > > > > Also there will be

Re: contributing to django as a part of master thersis

2011-02-09 Thread Gabriel Hurley
Russ' points on number 3 are very interesting. Regarding multi-read/write There are a number of places throughout the code where DB operations scale linearly when they could be constant (in terms of queries). As for multi-reads, at some point there's going to be a limit to what you can combine

Re: contributing to django as a part of master thersis

2011-02-09 Thread Russell Keith-Magee
On Wed, Feb 9, 2011 at 8:44 AM, Bogdan Yakovenko wrote: > Dear Developers, > > My name is Bogdan Yakovenko and I'm a graduate student in Warsaw University, > Poland. I have recently completed my internship at Facebook inc and > currently thinking about writing my master thesis. I realized it would

contributing to django as a part of master thersis

2011-02-08 Thread Bogdan Yakovenko
Dear Developers, My name is Bogdan Yakovenko and I'm a graduate student in Warsaw University, Poland. I have recently completed my internship at Facebook inc and currently thinking about writing my master thesis. I realized it would be great to contribute some cool ideas to django project and do

Re: Interested in contributing to Django

2011-02-02 Thread Vivek Narayanan
gt; > However, if you're serious about GSOC you'll have a much better chance of > being selected if you've gotten your feet wet with contributing to Django > already. So definitely take on some issues you're interested in. > > If you'd like some ideas on

Re: Interested in contributing to Django

2011-02-02 Thread Gabriel Hurley
a much better chance of being selected if you've gotten your feet wet with contributing to Django already. So definitely take on some issues you're interested in. If you'd like some ideas on how to get started, we are actually working on a new "how to" guide for new contrib

Interested in contributing to Django

2011-02-02 Thread Vivek Narayanan
Hi, I am Vivek Narayanan, a sophomore undergraduate student from India. I am interested in contributing to the Django project, through GSoC (Google Summer of Code) or otherwise. I have been using Django for a while and have developed a few applications on social networking sites . I have experien