Re: Contributing to Django Documentation

2021-02-26 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi Cammil For small changes it's fine to just open a PR. For larger changes I often open a ticket with the suggested change, and then maybe a PR to go along to show what it would look like. Do check out the Contributing Guide: https://docs.djangoproject.com/en/stable/internals/contributing/ And t

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, > > I am a

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

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

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