Re: Introduction & Contribution Interest – Django

2025-02-14 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hello Ahmed The forum is way more active these days. It's worth repeating your introduction there, perhaps under membership: https://forum.djangoproject.com/c/internals/mentorship/10 . Balaji, you can also try asking there for support. Good luck all. On Fri, 14 Feb 2025, at 01:02, Tha

Re: Introduction & Contribution Interest – Django

2025-02-14 Thread Thamarai Selvan
Hi Balaji, If you add token validation globally like using session or jwt token authentication in middleware , generally all requests comes under the token validation in other words all endpoints are protected. But we will get token after login successfully. So here you have to make the login en

Re: Introduction & Contribution Interest – Django

2025-02-14 Thread Desh Deepak
Please share the specific piece of code where this token is being created. On Thu, Feb 13, 2025, 8:31 PM BALAJI V wrote: > Hi, I'm new to Django. When I try to generate a login token, I receive > these errors: > json > CopyEdit > {"detail": "Authentication credentials were not provided."} > {"er

Re: Introduction & Contribution Interest – Django

2025-02-13 Thread BALAJI V
Hi, I'm new to Django. When I try to generate a login token, I receive these errors: json CopyEdit {"detail": "Authentication credentials were not provided."} {"error_short": "Module is not Assigned", "status": "failed"} Any help resolving these issues would be appreciated. Thanks! On Saturda

Introduction & Contribution Interest – Django

2025-02-08 Thread Ahmed Nassar
Hello Django Developers, My name is Ahmed Nassar, and I am excited to contribute to Django! I have experience in **Python, Django, React.js, and JavaScript, HTML, CSS, API** and have worked on backend systems, automated testing, and web applications. I have explored the Django documentatio

Re: Introduction

2019-05-14 Thread Adam Johnson
Try checking out an older commit and running the tests there. It may be that this doesn't work in all situations on the current latest commit on the master branch. On Tue, 14 May 2019 at 14:25, Ruchit Vithani wrote: > Hey Adam! I'm running tests same way as in that documentation. In tests > dire

Re: Introduction

2019-05-14 Thread Ruchit Vithani
Hey Adam! I'm running tests same way as in that documentation. In tests directory, I used `python -m pip install -r requirements/py3.txt` and then ` ./runtests.py`. I tried this again, but output is same. -- You received this message because you are subscribed to the Google Groups "Django dev

Re: Introduction

2019-05-14 Thread Adam Johnson
Hi Ruchit You should not be trying to 'pip install' the tests module. There is no tests module in Django's tree, there is a test directory that contains many individual test modules: https://github.com/django/django/tree/master/tests . You can see there's an i18n module in there. >From your trace

Re: Introduction

2019-05-14 Thread Ruchit Vithani
I've already installed requirements for tests. Before this, there was a module `tests` which wasn't present, and I installed it using `pip3 install tests`. This is the second module, which is not found. Am I missing something? This is a link to traceback: https://dpaste.de/XYTB -- You receive

Re: Introduction

2019-05-14 Thread Ruchit Vithani
I'm taking about this requirements, which are described in the documentation. On Tuesday, May 14, 2019 at 6:09:34 PM UTC+5:30, Ruchit Vithani wrote: > > I've already installed requirements for tests. Before this, there was a > module `tests` which wasn't present, and

Re: Introduction

2019-05-13 Thread Ruchit Vithani
I'm working now on ticket #30463 , and I've figured out what the problem is. Here, when self._meta_ordering is called, it returns instances of OrderBy type and, when .join is called on that list, it throws an error saying: expected str instance but O

Re: Introduction

2019-05-11 Thread Ruchit Vithani
Thanks, Tobias, for a wonderful explanation. I sure will try to add documentation about 'Reproduced at:' in triaging workflow. But currently, I've claimed one easy picking ticket, so once I finish work on that, I'll come on to this documentation :) -- You received this message because you are

Re: Introduction

2019-05-11 Thread Carlton Gibson
last one or two releases, > it's not always obvious that an issue still persists. (For instance, I > recently came across a ticket that called for the introduction of > template-based form rendering, which has been part of Django for some > time now.) Adding a comment that the issue still p

Re: Introduction

2019-05-11 Thread Tobias Kunze
ternals/contributing/new-contributors/ They can also be useful with old tickets: With more than a thousand open tickets, and most of them older than the last one or two releases, it's not always obvious that an issue still persists. (For instance, I recently came across a ticket that called

Re: Introduction

2019-05-11 Thread Ruchit Vithani
I have following queries regarding tickets on Trac. In many of the tickets, some people comment `Regression in` and `Reproduced at`, and both of them link to some commit on GitHub. I could not understand what these links specify. I read this

Re: Introduction

2019-05-08 Thread Ruchit Vithani
Thanks! Carlton. Will surely check out those links. On Wednesday, May 8, 2019 at 5:46:33 PM UTC+5:30, Carlton Gibson wrote: > > Hi Ruchit, > > Welcome aboard! 🙂 > > There's a whole section on finding a ticket in the talk I gave at > DjangoCon Europe recently. Check it out: > > https://www.yout

Re: Introduction

2019-05-08 Thread Carlton Gibson
Hi Ruchit, Welcome aboard! 🙂 There's a whole section on finding a ticket in the talk I gave at DjangoCon Europe recently. Check it out: https://www.youtube.com/watch?v=F4StlMFb5Ms In the Trac you can filter by component which helps: https://code.djangoproject.com/query?status=assigned&stat

Introduction

2019-05-08 Thread Ruchit Vithani
Hello developers! My name is Ruchit Vithani and I am a student at DA-IICT, Gandhinagar in India. I'm familiar with open source and I've also contributed to some projects. I'd love to be a part of this awesome community and would like to contribute. I've read the contributing guide. Can someone

Re: Introduction as a new member to django contributions mailing list

2019-01-26 Thread Dylan Reinhold
On the project home page https://www.djangoproject.com/ it has the link on how to contribute. https://docs.djangoproject.com/en/dev/internals/contributing If you have a specific question feel free to ask, but this is a good starting point. Dylan On Sat, Jan 26, 2019 at 10:51 AM Yemdjih Kaze Na

Introduction as a new member to django contributions mailing list

2019-01-26 Thread Yemdjih Kaze Nasser
Hello My names are Yemdjih Kaze Nasser and I am new to the mailing list and I would like to contribute the django organisations. Please can how can I get started -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" gr

Re: Introduction GSoC

2019-01-22 Thread akki
Also, if Django does participate in GSoC this year, they'll have an ideas page for it eventually similar to something like this - https://code.djangoproject.com/wiki/SummerOfCode2018. The best thing that you can do today to improve your chances is start contributing! -- You received this mess

Re: Introduction GSoC

2019-01-21 Thread oussama boumaad
am sorry Noumbissi you're a very welcome fellow . On Jan 21 2019, at 9:42 am, Noumbissi Valere wrote: > Thanks Carlton. > > On Mon, Jan 21, 2019 at 9:38 AM Carlton Gibson (mailto:carlton.gib...@gmail.com)> wrote: > > Hi Folks. > > > > First off: can we please keep it civil. Let's offer positive

Re: Introduction GSoC

2019-01-21 Thread Noumbissi Valere
Thanks Carlton. On Mon, Jan 21, 2019 at 9:38 AM Carlton Gibson wrote: > Hi Folks. > > First off: can we please keep it civil. Let's offer positive responses > where possible. Thanks > > There's no harm in people asking for help: there is a contributing guide, > but if folks aren't finding it, pe

Re: Introduction GSoC

2019-01-21 Thread Carlton Gibson
Hi Folks. First off: can we please keep it civil. Let's offer positive responses where possible. Thanks There's no harm in people asking for help: there is a contributing guide, but if folks aren't finding it, perhaps we need a bigger sign-post. So... The place to begin is here: https://

Re: Introduction GSoC

2019-01-21 Thread oussama boumaad
Hello Noumbissi , I think you're skilled in python but you're not enough skilled in "" GOOGLEing" . you can start with the officiel django tutorial. https://docs.djangoproject.com/en/2.1/intro/tutorial01/ Best regards. On Jan 21 2019, at 1:50 am, noumbissival...@gmail.com wrote: > Hello Everyone

Introduction GSoC

2019-01-20 Thread noumbissivalere
Hello Everyone! Am Noumbissi Valere, a student from Cameroon. Am skilled in python and have used django to build some web apps. Am new to open source and will love to contribute to django, hoping to participate for GSoC this Year. Please can anyone help me on how to get started? -- You receive

SCoC 2018 - introduction(librarie support django)

2018-03-20 Thread amr anwar
*it's not a proposal, I'll just say the main idea to get your great feedback then I'll write the Proposal if it's possible * *the problem:* when a user submits a Django Form, the entire page will be refreshed to get the response from the Server or show the response message - in login page for e

GSoC | Introduction

2018-03-13 Thread Raju Jha
Hello developers, I am Raju Jha from Delhi, India. I am a web developer with main focus on backend development using Django. It has been approx 2 years developing django apps and that makes be quite experienced with the tech. I have chosen django as the organization because of reason that it has

GSoC 2018 Introduction

2018-03-10 Thread baginda . achmad13
Hello, I'm Baginda Achmad Fadillah. I'm here because I want to be a participant in *Google Summer of Code 2018*. The reason of why I choose Django Software Foundation as my organization, is because I've already heard that thing before, so that's what makes me quite familiar with that. I've bee

Re: Introduction : Somesh Chaturvedi

2017-12-21 Thread Somesh Chaturvedi
Sounds good. I'll join the group right away and look at all other possible ways of contribution you have mentioned. Thanks, Adam. On Thursday, December 21, 2017 at 6:13:07 PM UTC+5:30, Somesh Chaturvedi wrote: > > Hi everyone, > > I have been using Django in my professional as well as personal p

Re: Introduction : Somesh Chaturvedi

2017-12-21 Thread Adam Johnson
Welcome Somesh, There's actually a mailing list dedicated to first time contributors, where you might get a bit more attention: https://groups.google.com/forum/#!forum/ django-core-mentorship I'd suggest having a particular goal in mind where you'd like to contribute - what areas of Django do you

Introduction : Somesh Chaturvedi

2017-12-21 Thread Somesh Chaturvedi
Hi everyone, I have been using Django in my professional as well as personal projects for the past 3 years now. I'd like to start contributing for Django now. I have gone through the following documentation along with all its sub-docs. https://docs.djangoproject.com/en/dev/internals/contributi

Re: Introduction for GSoC 2017

2017-03-17 Thread Tim Graham
Welcome! It's a bit late to be starting on a successful proposal, especially if you haven't contributed to Django before, but good luck. I'm not sure if you were looking for anything specific in reply to your intro? On Monday, March 13, 2017 at 9:52:34 AM UTC-4, Gunpreet Ahuja wrote: > > Greetin

Introduction for GSoC 2017

2017-03-13 Thread Gunpreet Ahuja
Greetings, I am a Masters in Engineering student at Concordia University, Canada. I wish to participate in GSoC 2017. This is my first time and I want to contribute in this project. I have worked on various projects which include three android applications named a Textile app, Dawn-to-Dusk (a we

Re: Introduction GSoC 2017

2017-03-06 Thread Tim Graham
Hi, Have you read the wiki page? https://code.djangoproject.com/wiki/SummerOfCode2017 It contains getting started tips. If so, please be more specific with your questions. On Monday, March 6, 2017 at 7:25:31 AM UTC-5, sahil jain wrote: > > Hello Everyone > I am a sophomore major in computer scie

Introduction GSoC 2017

2017-03-06 Thread sahil jain
Hello Everyone I am a sophomore major in computer science and engineering. I would like to contribute to django . I am interested in project Replace form media class for GSoC 2017 I have been working with django for more than year. Please suggest where to begin with, Regards Sahil Jain -- You

Re: [GSOC] Introduction and task proposal

2014-04-01 Thread Daniel Pyrathon
Hi Josh, Sorry for getting back now. I have just finished my exam session, so I will be trying out the djangocore-box VM. Regards, Daniel Pyrathon On Thursday, March 27, 2014 5:45:36 AM UTC+1, Josh Smeaton wrote: > > If you haven't already got all your databases installed on your > development

Re: [GSOC] Introduction and task proposal

2014-03-26 Thread Josh Smeaton
If you haven't already got all your databases installed on your development machine, I *highly* recommend checking out https://github.com/jphalip/djangocore-box. It's a vagrant VM environment that already has MySQL, PostgreSQL, and SQLite installed (plus most GIS installations), along with vari

Re: [GSOC] Introduction and task proposal

2014-03-26 Thread Russell Keith-Magee
Hi Daniel, Nope - other than "cross your fingers" that your proposal is accepted :-) But seriously... If you haven't already, I'd suggest reading Django's contribution docs, and getting your development environment set up. Make sure you can run Django's test suite. If you're particularly enthuse

Re: [GSOC] Introduction and task proposal

2014-03-26 Thread Daniel Pyrathon
Hi all, It's been a while since I submitted my GSOC proposal. Although I am currently under exams, is there anything you would recommend me to do at this point (other than hope that my proposal is successful)? Thanks, Daniel Pyrathon On Thursday, March 20, 2014 6:05:40 AM UTC, Russell Keith-Ma

Re: [GSOC] Introduction and task proposal

2014-03-19 Thread Russell Keith-Magee
For the benefit of those reading along at home; I gave some revised notes and had a conversation with Daniel on IRC a couple of hours ago. Yours, Russ Magee %-) On Thu, Mar 20, 2014 at 4:10 AM, Daniel Pyrathon wrote: > Hi! > > Thanks for all the comments yesterday. They really helped me make t

Re: [GSOC] Introduction and task proposal

2014-03-19 Thread Daniel Pyrathon
Hi! Thanks for all the comments yesterday. They really helped me make the proposal stronger. I have changed to proposal to reflect the changes. Would anyone like to have a look and, possibly, comment more? https://docs.google.com/document/d/1yp2_skqkxyrc0egdRv6ofnRGCI9nmvxDFBkCXgy0Jwo/edit#head

Re: [GSOC] Introduction and task proposal

2014-03-19 Thread Aymeric Augustin
On 19 mars 2014, at 06:27, Zach Borboa wrote: > Curious, how do you get REPL shell access to the server with DEBUG=True with > a vanilla Django deployment? That part of the discussion was about adding the werkzeug interactive debugger to Django's default error page. -- Aymeric. -- You r

Re: [GSOC] Introduction and task proposal

2014-03-18 Thread Zach Borboa
2) Security implications. Unfortunately, more than one site has been > launched with debug=True accidentally left on; all you need to do then is > stimulate a server error, and you have REPL shell access to the server. > This strikes me as a remarkably effective foot-gun :-) Before you get too

Re: [GSOC] Introduction and task proposal

2014-03-18 Thread Daniel Pyrathon
Hi all, As promised, I have been working on the formalizing Meta task. I apologize to not have posted in the last days, but I have come back with my proposal. I want to post this now to the community, in order to gain feedback and re-iterate. Formalizing Meta Enabling users to build custom sto

Re: [GSOC] Introduction and task proposal

2014-03-11 Thread Daniel Pyrathon
Hi Russel, Sorry for getting back now (I did not have notifications set up!). Thank you very much for the suggestions, I will have a look at models/options.py right away. Regards, Daniel Pyrathon On Thursday, March 6, 2014 12:03:04 AM UTC, Russell Keith-Magee wrote: > > Hi Daniel, > > On Wed,

Re: Introduction

2014-03-08 Thread Russell Keith-Magee
Hi Naman, All the details for Django's GSoC program can be found on our wiki page: https://code.djangoproject.com/wiki/SummerOfCode2014 That page has a bunch of suggestions for projects, and details of what we expect of applicants. If you've got any more questions, let us know! Yours, Russ Mag

Introduction

2014-03-08 Thread Naman Gupta
I am Naman from New Delhi India, pursuing Btech Computer Sceinces and Engg. from IIITD. I was looking forward to work in Django Project for the GSoC. I am a completely new and require guidance for what do I have to do. I have read the documentation and have completed the official django tutorial.

Re: [GSOC] Introduction and task proposal

2014-03-05 Thread Russell Keith-Magee
Hi Daniel, On Wed, Mar 5, 2014 at 11:48 PM, Daniel Pyrathon wrote: > Hi, > > My name is Daniel Pyrathon. I am currently a third year BSc student in > Computer Science at the University of Plymouth. > > I love programming and I have always been active in the Open Source > community (especially Py

[GSOC] Introduction and task proposal

2014-03-05 Thread Daniel Pyrathon
Hi, My name is Daniel Pyrathon. I am currently a third year BSc student in Computer Science at the University of Plymouth. I love programming and I have always been active in the Open Source community (especially Python). In the past years I have written lots of Python, Javascript, Ruby, Ja

Introduction to GSOC 2014

2014-03-03 Thread Vinay Raghavan
Hi, I'm Vinay Raghavan. I'm a self- taught programmer and currently pursuing BE. in Electronics and Communication. I am interested in working on the project "Test framework cleanup". I have about 5 months experience of developing information mining web applications using Django during my interns

Introduction

2014-02-03 Thread Harjot Mann
Hello Django-developers, My name is Harjot Kaur Mann. I am working on Django from last one year. I am an active member on Django-users mailing list. Now I want to work on DJango as developer. I have worked on two projects one was my six weeks training project, it was used to manage the DMC rec

Re: Introduction

2013-10-12 Thread Jasvir Singh
On Saturday, October 12, 2013 7:53:38 PM UTC+5:30, Daniele Procida wrote: > In particular you might want to choose something straightforward to begin > with, so look for tickets marked as "easy pickings": < > https://code.djangoproject.com/query?

Re: Introduction

2013-10-12 Thread Daniele Procida
On Sat, Oct 12, 2013, Jasvir Singh wrote: >I am Jasvir Singh, a student of Computer Science. >5-6 months ago, I started working on django and found it is a really >efficient tool. >Now I want to do some development for django. > >Can anyone please suggest me some task/project to do. Hi Jasvir. I

Introduction

2013-10-12 Thread Jasvir Singh
Hello everyone. I am Jasvir Singh, a student of Computer Science. 5-6 months ago, I started working on django and found it is a really efficient tool. Now I want to do some development for django. Can anyone please suggest me some task/project to do. May I start with making some video tutorials,

[GSoC] An Introduction about me

2009-03-20 Thread Madhusudan C.S
Hi all, This is an introduction about myself. Since Jacob said, "And if we don't know them at all, it's hard to trust they'll get things done." I am writing my involvement in Django and other FOSS communities in general here to let you all know something about me. Hope

Re: Introduction to CRM

2007-05-30 Thread bedros
p://www.quazen.com/Business/Management/Introduction-to-CRM.25530 > > This contains the basics of CRM. I really loved this article. > > Thanks, > Ankur --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Introduction to CRM

2007-05-21 Thread Ankur
Hi All, I just found a link which seems to be quite informative about CRM. Just try the link below to have a look at it. http://www.quazen.com/Business/Management/Introduction-to-CRM.25530 This contains the basics of CRM. I really loved this article. Thanks, Ankur

Short Introduction to smart work

2007-05-08 Thread Shortcut Weebly
ShortIntroduction Well, cut short, Shortcut takes you to those ultimate, hand picked, genuine sites that add bucks to your pocket, without any strings attached! What you will find here: Links

Short Introduction to smart work

2007-05-07 Thread Shortcut Weebly
ShortIntroduction Well, cut short, Shortcut takes you to those ultimate, hand picked, genuine sites that add bucks to your pocket, without any strings attached! What you will find here: Links

Re: introduction

2006-05-31 Thread Luke Plant
Andy Shaw wrote: > PS: would Luke's GenericForeignKey allow for inline editing, assuming it > was to be adopted? Personally I'd much rather be able to alter a row's > permissions on its own admin page than have to switch table. There would have to be very specialised support for it. I haven't

Re: introduction

2006-05-30 Thread Chris L
Thanks everyone for the ideas, I've updated the wiki page. Please take a look if you have a moment and let me know. Thanks, Chris --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post

Re: introduction

2006-05-28 Thread Andy Shaw
Hi Chris, The implementation detailed on the wiki appears to give the granularity that several people around here (including myself) have been looking for, minus the various points that have already been brought up. An ACL-type solution as opposed to UNIX-style permissions certainly seems more fl

Re: introduction

2006-05-27 Thread Ian Holsman
one more nit to add to my growing pile, while I use integer's as my keys (which is they default django way), others override this and use strings and other weird things. I'm not sure how my previous suggestion would work when you take that kind of thing into account. On 28/05/2006, at 9:04 A

Re: introduction

2006-05-27 Thread oggie rob
> How do you deal with those permissions in the generic and admin views? To be clearer, I meant: How do you deal with those permissions in the generic and admin *list* views? -rob --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: introduction

2006-05-27 Thread oggie rob
Hi Chris, I have a little feedback if you are interested. [Just so you know, I'm a "heavy user" of Django but have yet to make a substancial contribution to the project] In general I think your proposal is fine but I have a few points: -Lots of tables there! Can you acheive the same without the e

Re: introduction

2006-05-27 Thread Honza Král
I think that multiple tables are better because its easier to manage - you can use foreign keys inside the DB, thus it can be faster and clearer plus its easier to drop a table than delete many rows. I gave this feature a lot of thought (I thought of applying for it myself ;) ), here are some of m

Re: introduction

2006-05-27 Thread Ian Holsman
Hi Chris... great write up. my only thought was: why do you need multiple tables to store the row level permissions? Luke has recently submitted a 'GenericForeignKey' in http://files.lukeplant.fastmail.fm/public/python/lp_tagging_app_0.1.zip which may be of interest. it would allow you to sto

Re: introduction

2006-05-27 Thread Chris L
Hi Ian, Wrote up a summary on the wiki page: http://code.djangoproject.com/wiki/RowLevelPermissions Please let me know what you think, if anyone else has any input please let me know. Right now, I'm working through the source code in more depth then my previous exploration of it, and will be mo

Re: introduction

2006-05-26 Thread Ian Holsman
Hi Chris. why not post your idea onto the list. it's much easier to critique something than wave hands around. you might also want to set up a wiki page on say http:// code.djangoproject.com/wiki/RowLevelPermissions or something I've my own thoughts, but I'd rather see what you have than dicta

Re: introduction

2006-05-26 Thread Chris L
Guess I'll just continue this thread. My name is Chris, another one of the SoC students. I'm working on per row permissions, so if anyone has any ideas on it, please let me know. I have my own idea, but what I think works might be horribly wrong for everyone else. Not to say that my idea sucks. ;

introduction

2006-05-26 Thread public
hey all, i'm derek, one of the SoC selectees. just thought i'd pop my head in and say hi. :) -- derek anderson http://kered.org/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post t