Re: I want to contribute to django to make a version of admin that work with ajax

2021-10-03 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi! I think you've found the wrong mailing list for this post. This mailing list is for discussing 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 t

I want to contribute to django to make a version of admin that work with ajax

2021-10-03 Thread wael muhammed
I want to make Django generic views and Django admin work with Ajax without refresh the bag at navigation between pages and add,update or delete data. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To uns

Re: I want to contribute to Django

2020-11-09 Thread Manav Agarwal
ontribute to Django as open source , Can anyone Please suggest me what > should i do? > > -- > 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 s

Re: I want to contribute to Django

2020-11-09 Thread Kacper Szmigiel
re into the Django and also > contribute to Django as open source , Can anyone Please suggest me what > should i do? > > -- > You received this message because you are subscribed to the Google Groups > "Django developers (Contributions to Django itself)" group. &g

I want to contribute to Django

2020-11-09 Thread Gaurav Mitra
Hello there , i am have recently took a course and finished Django and Django rest framework , i want to explore more into the Django and also contribute to Django as open source , Can anyone Please suggest me what should i do? -- You received this message because you are subscribed to the

New to Open Source But Want to Contribute to Django

2018-06-10 Thread Salman Siddiqui
I am Actually New to Open Source But I use Django a lot, So I want to contribute to Django. I joined the mailing list recently, So Please Help me to get started with Django Open Source Contribution. -- You received this message because you are subscribed to the Google Groups "Django devel

Re: Willing to contribute to Django

2017-10-10 Thread Tim Allen
>From there, you're one click away from the tickets. Here's a link to the "Easy Pickings" currently open: https://code.djangoproject.com/query?easy=1&col=id&col=summary&col=status&col=owner&col=type&col=component&col=version&desc=1&order=id -- You received this message because you are subscribe

Re: Willing to contribute to Django

2017-10-08 Thread phani p
te: >> >> Hello Django developers, >> I'm Sai. I'm using django from last 2 years. I worked with other >> frameworks like Rails,Node. I'm very much attracted to django framework and >> i would like to contribute to django features. I'm g

Re: Willing to contribute to Django

2017-10-08 Thread Shun Yu
;m very much attracted to django framework and > i would like to contribute to django features. I'm good in computer > networks and cryptography. Could some guide me on any features on which i > can work. > Thanks > > Sai Phanindhra > -- You received this message because y

Willing to contribute to Django

2017-10-03 Thread phani p
Hello Django developers, I'm Sai. I'm using django from last 2 years. I worked with other frameworks like Rails,Node. I'm very much attracted to django framework and i would like to contribute to django features. I'm good in computer networks and cryptography. Could

Re: WOULD LIKE TO CONTRIBUTE TO DJANGO

2017-10-03 Thread Дилян Палаузов
Hello Brice, Here is the query I sent today, which improves my first suggestion: 1. WITH 2. maybe_found AS (SELECT * FROM t WHERE t.name='nameD'), 3. to_be_inserted AS (SELECT 'nameD' as "name", 'comment13' as "comment"), 4. just_inserted AS ( 5. INSERT INTO t (name, comment) SELEC

Re: WOULD LIKE TO CONTRIBUTE TO DJANGO

2017-10-03 Thread Tom Forbes
Your idea about ignoring conflicts in bulk_create is a great idea, i've made a merge request that attempts to implements this. If anyone has any time to review it it would be much appreciated. I couldn't find a very elegant way of adding it though - Sqlite and mysql need something added just after

Re: WOULD LIKE TO CONTRIBUTE TO DJANGO

2017-10-03 Thread Дилян Палаузов
Hello, Qui tacet consentire videtur. I agree there is still a concurrency problem with the approach I suggested. INSERT ON CONFLICT DO UPDATE might not work, if the simultaneously inserted object has for some reason other default values, that the current object, so that DO UPDATE will overwr

Re: WOULD LIKE TO CONTRIBUTE TO DJANGO

2017-10-03 Thread Adam Johnson
Also you posted this in https://groups.google.com/forum/#!msg/django-developers/r7JP_YHsIhM/jmof68XFBAAJ . Please don't repost, keep the conversation in one place. On 3 October 2017 at 17:00, Aymeric Augustin < aymeric.augus...@polytechnique.org> wrote: > Hello, > > Since I haven't seen positive

Re: WOULD LIKE TO CONTRIBUTE TO DJANGO

2017-10-03 Thread Aymeric Augustin
Hello, Since I haven't seen positive feedback from a committer, I'm not convinced there's consensus about this change. Also this doesn't look like a particularly easy topic for a beginner. It raises the following questions: - INSERT ON CONFLICT UPDATE would likely be a better option on Postgres

Re: WOULD LIKE TO CONTRIBUTE TO DJANGO

2017-10-03 Thread Дилян Палаузов
Hello Muhereza, I assume you understand by now Django quite well and are willing to give something "in return". Currently QuerySet.get_or_create() consists of two SQL commands: SELECT + optional INSERT. They cause a concurrent problem, if another get_or_create() is called between the SQL st

WOULD LIKE TO CONTRIBUTE TO DJANGO

2017-10-03 Thread Muhereza Herman
Hello, anyone reading this please help me out. am a new developer but i would like to contribute to* django*. please guide me on how to do that. thank you. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)&q

Re: Contribute to Django

2017-06-22 Thread Jeremy Spencer
There is a whole section on Contributing to Django in the documentation. https://docs.djangoproject.com/en/dev/internals/contributing/ Start by following the instructions there. On June 22, 2017 at 1:54:52 PM, dilipchand...@eng.pdn.ac.lk ( dilipchand...@eng.pdn.ac.lk) wrote: I'm new to this pro

Contribute to Django

2017-06-22 Thread dilipchandana
I'm new to this project and I like to contribute.Can I know a short description on this project.Please tell how can I contribute and what are the issues I can contribute to solve as a new commer/beginner. -- You received this message because you are subscribed to the Google Groups "Django deve

Interested to contribute to django for gsoc 15 regarding security enhancements

2015-03-20 Thread Sharad Boni
I am in the third year of engineering(Information Technology) I have background in python 2.7 and 3.3 both, have previously made image search engine in django and currently practicing ethical hacking. I would like to contribute to this topic.Could someone please help me regarding this -- You re

Re: GSOC-2015, Newbie, Want to contribute to Django development and also try my hand in GSOC

2015-03-13 Thread Cody Scott
You are not too late for GSOC 2015. Here is some more information with potential projects. https://code.djangoproject.com/wiki/SummerOfCode2015 On Thursday, 12 March 2015 07:23:42 UTC-4, Saurabh Jain wrote: > > Hello, > My name is Saurabh Jain, currently pursuing bachelors degree in >

Re: GSOC-2015, Newbie, Want to contribute to Django development and also try my hand in GSOC

2015-03-12 Thread Collin Anderson
Hi, Welcome! If you haven't yet, check out the contributing docs. https://docs.djangoproject.com/en/dev/internals/contributing/ I also recommend hanging around the #django-dev irc channel. Collin On Thursday, March 12, 2015 at 7:23:42 AM UTC-4, Saurabh Jain wrote: > > Hello, > My nam

GSOC-2015, Newbie, Want to contribute to Django development and also try my hand in GSOC

2015-03-12 Thread Saurabh Jain
Hello, My name is Saurabh Jain, currently pursuing bachelors degree in Computer Science. I want to contribute to the development of Django. I have worked upon Django as user but have no experience related to its development. Can anyone please help me to get started with it ? I know that

Re: [GSoC 2013] contribute to django-deployer for deploying django to PaaS easily

2013-05-03 Thread Andrew Godwin
for static assets. But I think Colin does have a point that if you're >>> already going with Google App Engine, it makes sense to stick with other >>> Google technologies for the storage of the assets. Obviously, if you're >>> using Heroku you'd use S3 for

Re: [GSoC 2013] contribute to django-deployer for deploying django to PaaS easily

2013-05-03 Thread Nate Aune
I >> instead. That >said, did you get in contact with the project authors about >> mentorship (eg are they interested and do have the time for it), I am >> pretty sure none of the core devs >uses django-deployer, so mentoring it >> would be a bit suboptima

Re: [GSoC 2013] contribute to django-deployer for deploying django to PaaS easily

2013-05-03 Thread Nate Aune
> >> technologies for the storage of the assets. Obviously, if you're using > >> Heroku you'd use S3 for that. > >> > >> > >> >All in all this proposal imo tries to address way to much and focuses > to > >> > much on

Re: [GSoC 2013] contribute to django-deployer for deploying django to PaaS easily

2013-05-02 Thread Jacob Kaplan-Moss
> instead. That >said, did you get in contact with the project authors about >> > mentorship (eg are they interested and do have the time for it), I am >> > pretty >> > sure none of the core devs >uses django-deployer, so mentoring it would be >> > a >>

Re: [GSoC 2013] contribute to django-deployer for deploying django to PaaS easily

2013-05-02 Thread LittleQ@NCCU, Taiwan
proposing, and I original tend to copy&paste > it to here but found it will get in a mess. > > so I put my proposal here: > http://goo.gl/xJyJ9 > > My idea is to contribute to django-deployer and make some significant > improvements for it. > This proposal is still editi

Re: [GSoC 2013] contribute to django-deployer for deploying django to PaaS easily

2013-05-02 Thread LittleQ@NCCU, Taiwan
n API >> instead. That >said, did you get in contact with the project authors about >> mentorship (eg are they interested and do have the time for it), I am >> pretty sure none of the core devs >uses django-deployer, so mentoring it >> would be a bit suboptimal. >>

Re: [GSoC 2013] contribute to django-deployer for deploying django to PaaS easily

2013-05-02 Thread Andrew Godwin
s (Heroku, > OpenShift, Gondor, etc.) as we have already done for Dotcloud and Stackato. > > Judging from all the Django deployment talks at meetups around the > country, it's fairly evident that deployment is and continues to be a hot > topic, one that is often a stumbling block

Re: [GSoC 2013] contribute to django-deployer for deploying django to PaaS easily

2013-05-01 Thread Nate Aune
e people an easy path to painless deployments. Nate > > On Sunday, April 21, 2013, LittleQ@NCCU, Taiwan wrote: > >> to django-developers: >> >> Sorry, I use Google Drive for proposing, and I original tend to >> copy&paste it to here but found it will get in

Re: [GSoC 2013] contribute to django-deployer for deploying django to PaaS easily

2013-04-22 Thread LittleQ@NCCU, Taiwan
On Sunday, April 21, 2013 6:54:22 PM UTC+8, Florian Apolloner wrote: > > Hi, > > aside from what Russell already pointed out, I would like to add a few > points: > > * You list "Refactor for Expandability" as last on your schedule. I think > it should be at the start, eg compare different solut

Re: [GSoC 2013] contribute to django-deployer for deploying django to PaaS easily

2013-04-22 Thread LittleQ@NCCU, Taiwan
nd keep modifying the proposal. thanks you very much : ) - Colin > > Yours, > Russ Magee %-) > > On Sunday, April 21, 2013, LittleQ@NCCU, Taiwan wrote: > >> to django-developers: >> >> Sorry, I use Google Drive for proposing, and I original tend to >&

Re: [GSoC 2013] contribute to django-deployer for deploying django to PaaS easily

2013-04-21 Thread Florian Apolloner
Hi, aside from what Russell already pointed out, I would like to add a few points: * You list "Refactor for Expandability" as last on your schedule. I think it should be at the start, eg compare different solutions like GAE, heroku, Gondor, find a common subset and then write the backends acco

Re: [GSoC 2013] contribute to django-deployer for deploying django to PaaS easily

2013-04-20 Thread Russell Keith-Magee
eas any more thought than "this sounds interesting" Yours, Russ Magee %-) On Sunday, April 21, 2013, LittleQ@NCCU, Taiwan wrote: > to django-developers: > > Sorry, I use Google Drive for proposing, and I original tend to copy&paste > it to here but found it will get

Re: [GSoC 2013] contribute to django-deployer for deploying django to PaaS easily

2013-04-20 Thread LittleQ@NCCU, Taiwan
thank you, I forgot it LOL On Sunday, April 21, 2013 5:32:43 AM UTC+8, Florian Apolloner wrote: > > Hi, > > On Saturday, April 20, 2013 8:03:43 PM UTC+2, LittleQ@NCCU, Taiwan wrote: >> >> cuz seems like there's no #django-dev, so feel free to add my XMPP >> directly: littl...@gmail.com > > > The

Re: [GSoC 2013] contribute to django-deployer for deploying django to PaaS easily

2013-04-20 Thread Florian Apolloner
Hi, On Saturday, April 20, 2013 8:03:43 PM UTC+2, LittleQ@NCCU, Taiwan wrote: > > cuz seems like there's no #django-dev, so feel free to add my XMPP > directly: littl...@gmail.com There is #django-dev (sic) on irc.freenode.net. Regards, Florian -- You received this message because you are s

[GSoC 2013] contribute to django-deployer for deploying django to PaaS easily

2013-04-20 Thread LittleQ@NCCU, Taiwan
to django-developers: Sorry, I use Google Drive for proposing, and I original tend to copy&paste it to here but found it will get in a mess. so I put my proposal here: http://goo.gl/xJyJ9 My idea is to contribute to django-deployer and make some significant improvements for it. This prop

Re: We're a group of students at UC Berkeley looking to contribute to Django

2011-09-28 Thread Sam Whitlock
I am in the same group as Jamin. Here is some more info about the class. Berkeley has these classes called DeCal classes. They are student-taught classes about all sorts of things (Starcraft to Wheelchair Basketball). More info at the official site . We are enrolled in th

Re: We're a group of students at UC Berkeley looking to contribute to Django

2011-09-27 Thread shacker
Since you're at Berkeley, stop by the Graduate School of Journalism some time to see the Django sites we run and meet the devs (look me up). Would also be interested in campus Django meetings (any alternative to the relentless Drupal push on campus :). ./s -- You received this message because

Re: We're a group of students at UC Berkeley looking to contribute to Django

2011-09-27 Thread Jeremy Dunck
On Wed, Sep 28, 2011 at 3:36 AM, Paul McMillan wrote: > I'm Paul, one of the core devs for Django. I'm curious which class > you're enrolled in and what your requirements are. I'm always excited > to see new people looking to get involved in the project, and I happen > to be VERY local. Hi Paul &

Re: We're a group of students at UC Berkeley looking to contribute to Django

2011-09-27 Thread Paul McMillan
you're working with), or send me a text - 510 717 1471. -Paul On Mon, Sep 26, 2011 at 8:10 PM, jaminw wrote: > Hi all, > We're a a group of students at UC Berkeley taking an open source class and > we've decided to contribute to Django. > We looked at the bug tracker

Re: We're a group of students at UC Berkeley looking to contribute to Django

2011-09-27 Thread Paul McMillan
Alec, I'm glad you're excited about this issue, but let's keep discussion of the installation issue on the other thread (and/or the ticket tracker). It would be best if we didn't go tasking new volunteers with big projects the community hasn't agreed on. The ticket tracker, and the issues there,

Re: We're a group of students at UC Berkeley looking to contribute to Django

2011-09-26 Thread Alec Taylor
t; We're a a group of students at UC Berkeley taking an open source class and > we've decided to contribute to Django. > We looked at the bug tracker but it seems a little disorganized and some of > the easier bug reports are kinda trivial. > Is there any suggestions on how do we

Re: We're a group of students at UC Berkeley looking to contribute to Django

2011-09-26 Thread Alex Gaynor
On Mon, Sep 26, 2011 at 11:10 PM, jaminw wrote: > Hi all, > > We're a a group of students at UC Berkeley taking an open source class and > we've decided to contribute to Django. > > We looked at the bug tracker but it seems a little disorganized and some of > t

We're a group of students at UC Berkeley looking to contribute to Django

2011-09-26 Thread jaminw
Hi all, We're a a group of students at UC Berkeley taking an open source class and we've decided to contribute to Django. We looked at the bug tracker but it seems a little disorganized and some of the easier bug reports are kinda trivial. Is there any suggestions on how do we star