Re: Need help for my first Open Source Contribution.

2023-03-01 Thread Durval Carvalho
Hi Siddhiraj, Welcome to the open-source community! It's great to see you interested in contributing to Django. Here are some suggestions on how to get started: 1. Check out the Django Contributing Guide: https://docs.djangoproject.com/en/stable/internals/contributing/. This

Need help for my first Open Source Contribution.

2023-02-23 Thread Siddhiraj R Kolwankar
Helllo Everyone! Im Siddhiraj R Kolwankar. Currently I'm pursuing BE in Artificial Intelligence and Data Science from Terna Engineering College. I have more than 2 years of experience in Backend Development. ( Python/Django ). Im interested in Open Source Contribution but I don't know anything ab

Re: Need help on solving an issue

2022-09-07 Thread Carlton Gibson
Hi Arka. Welcome. Did you see the contributing guidelines? https://docs.djangoproject.com/en/4.1/internals/contributing/ Then make sure you're set up to run the unit tests: https://docs.djangoproject.com/en/4.1/internals/contributing/writing-code/unit-tests/ If you can create a test-case for the

Need help on solving an issue

2022-09-07 Thread Arka Pratim Chaudhuri
Hey, can anyone help me in solving #33985 . This is actually my first time & I'm totally confused of what to do. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" grou

Re: mssql-django - Need help to contribute / run tests locally

2022-02-15 Thread Warren Chu
Hi All, As a project admin for mssql-django, I agree with the above sentiment. The support.md policy of the project has now removed the mention of this Google group, and we will look to better direct users to the Github issues of mssql-django as the primary support channel. Thanks, Warren On

Re: mssql-django - Need help to contribute / run tests locally

2022-02-15 Thread Jean Frenette
I agree with you. On Tuesday, February 15, 2022 at 2:34:14 PM UTC-5 Adam Johnson wrote: > I don't think Microsoft have the right to claim this as their discussion > forum - they've been welcome to post about development in the past, but > there are 11k people subscribed to this list interested

Re: mssql-django - Need help to contribute / run tests locally

2022-02-15 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
I don't think Microsoft have the right to claim this as their discussion forum - they've been welcome to post about development in the past, but there are 11k people subscribed to this list interested in Django, very few in MS SQL. On Tue, Feb 15, 2022 at 7:26 PM Jean Frenette wrote: > I see wha

Re: mssql-django - Need help to contribute / run tests locally

2022-02-15 Thread Jean Frenette
I see what you mean, but according to this page (https://github.com/microsoft/mssql-django/blob/dev/SUPPORT.md), I thought I would find an answer here. Thank you. On Tuesday, February 15, 2022 at 2:01:41 PM UTC-5 Adam Johnson wrote: > Hi > > This is a bit off topic for this list - mssql-django

Re: mssql-django - Need help to contribute / run tests locally

2022-02-15 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi This is a bit off topic for this list - mssql-django is not an official Django project. I suggest you contact the maintainers of that project at Microsoft, perhaps through GitHub discussions/issues or email. Thanks, Adam On Tue, Feb 15, 2022 at 1:26 PM Jean Frenette wrote: > Hello, > I rec

mssql-django - Need help to contribute / run tests locally

2022-02-15 Thread Jean Frenette
Hello, I recently started contributing to the mssql-django project (https://github.com/microsoft/mssql-django), and I'm not able to run specific tests included in that project, locally. My goal is to be able to debug some of broken tests, while I try to make some modifications to the code. I

Re: Need help in testing out the fix

2021-08-19 Thread No Offence
Thanks a lot, Adam. On Thursday, August 19, 2021 at 8:10:19 PM UTC+5:30 Adam Johnson wrote: > Hi > > You can use 'pip install --editable' with the path to your copy of the > django repo to test it in another virtualenv. > > Here's the option docs: > https://pip.pypa.io/en/stable/cli/pip_install

Re: Need help in testing out the fix

2021-08-19 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi You can use 'pip install --editable' with the path to your copy of the django repo to test it in another virtualenv. Here's the option docs: https://pip.pypa.io/en/stable/cli/pip_install/#install-editable Here's a demo video: https://www.youtube.com/watch?v=gYYi7varbmE Thanks, Adam On Thu,

Re: Need help for django fix testing

2021-08-19 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
I'm responding to your other thread where you gave a little more information. Please be careful posting to the list in future ;) On Thu, 19 Aug 2021 at 07:17, No Offence wrote: > Hey there, I'm new in this contributing environment. I have fixed one > issue but now I don't know how to test it out

Need help for django fix testing

2021-08-19 Thread No Offence
Hey there, I'm new in this contributing environment. I have fixed one issue but now I don't know how to test it out i.e. how to set up that fixed Django version on my system. Looking for help. Thanks in prior. -- You received this message because you are subscribed to the Google Groups "Djang

Need help in testing out the fix

2021-08-19 Thread No Offence
Hey there, I'm new to this contributing environment and today only tried fixing a bug in Django. Now I want to test it out. So can someone help me with that? I needed to know how o use that fixed Django on my system globally to test it out. On even in env will work. Can someone help me out wit

Re: Need Help

2021-03-01 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Click the "GitHub Login" button at the top of the ticket tracker pages to create an account [image: Screenshot 2021-03-01 at 19.16.51.png] Do read the "first patch" tutorial: https://docs.djangoproject.com/en/dev/intro/contributing/ On Mon, 1 Mar 2021 at 18:54, Mhd Ali wrote: > Hello, this mu

Need Help

2021-03-01 Thread Mhd Ali
Hello, this must be a stupid question to you guys I found a ticket I'll like to work on but I can't find any option to add a comment to tell everyone I'll like to work on it, Please help -- You received this message because you are subscribed to the Google Groups "Django developers (Contributi

Re: Resume app designing need help

2020-07-09 Thread Arvind Nedumaran
lt;https://aka.ms/ghei36> From: django-developers@googlegroups.com on behalf of Kranthi Kotagiri Sent: Thursday, July 9, 2020 9:53:02 AM To: Django developers (Contributions to Django itself) Subject: Resume app designing need help I'm a student in the USA

Re: New to Open Source Contribution Need Help With Setting Up Environment For Channels to Reproduce Issues After Cloning From Git

2019-11-28 Thread Adam Johnson
Hi Suvodeep, Did you see this documentation page? https://channels.readthedocs.io/en/latest/contributing.html If you use the command: pip install -e . You can install your cloned channels copy in a virtual environment and use that as normal in a channels app. Afraid I haven't worked on it myse

New to Open Source Contribution Need Help With Setting Up Environment For Channels to Reproduce Issues After Cloning From Git

2019-11-05 Thread Suvodeep Dubey
I have cloned channels repo in my local. I was going through the bugs but was unable to set-up the environment to reproduce the bugs. I have the following understanding: 1. Rather than `pip install channels` clone the channels from git 2. Execute the channels parallel to your application and mak

Re: I need help

2019-08-14 Thread Pavlos Georgiadis
Hi Fadi, This is the developers mailing list dedicated to development of django itself. Questions like this should be addressed to the users mailing list. P.S: Do a search for "django model property decorator" (there is also a cached_property decorator). It will help you find a solution. -- Pav

I need help

2019-08-14 Thread Become a Physicist
You can create a drop down menu for this. AGE_CHOICES = ( ('11-20','11-20'), ('21-30', '21-30'), ) class MyModel(models.Model): color = models.CharField(max_length=6, choices=AGE_CHOICES, blank=True, null=True) Hope this helps... 😊 With regards, Shubham Gupta -- You received thi

Re: I need help

2019-08-14 Thread Adam Johnson
Hi! I think you've found the wrong mailing list for this post. This mailing list is for 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 to answer yo

I need help

2019-08-13 Thread 'Fadi Haddad' via Django developers (Contributions to Django itself)
Hi, I have created a table called dataset I put the age as integer e.g. 34, 23, 10, 47 I need to create Age range for the age column. I need the age to be displayed as [1-10], [11,20], [21-30] ... etc. Can this happen by replacing values or do I have to create another column for this? The go

Re: need help to get started

2018-10-28 Thread Tim Graham
Hi Harsh, please read https://docs.djangoproject.com/en/dev/internals/contributing/new-contributors/. On Sunday, October 28, 2018 at 9:42:07 AM UTC-4, Harsh Sahu wrote: > > Hello There! > This is Harsh. I'm pursuing master's degree in Computer Science. I'm a > intermediate python person and lear

need help to get started

2018-10-28 Thread Harsh Sahu
Hello There! This is Harsh. I'm pursuing master's degree in Computer Science. I'm a intermediate python person and learning full stack development(Flask/Django). Also I'm new to open source and would like to make my contributions to Django. Please help me to get started . Thanks in advance. -

Need help with solving ticket #28619

2017-09-23 Thread Heba Khan
Hi everyone! I want to contribute to Django as part of my minor project that is a part of my curriculum. I encountered ticket #28619: https://code.djangoproject.com/ticket/28619 Please advise me on how to move ahead with this problem and fix it. Thank you very much in advance. -- You recei

Re: Need help with MySQL 5.7 crashing on Django's Jenkins

2016-12-16 Thread Tim Graham
The issue still happens. I may have found the cause. The MySQL data dir is stored on a tmpfs to speed things up and the disk usage there grows over time. It's possible that a 3GB tmpfs (it's 2GB on Ubuntu 14.04 machines) is too small and that if enough MySQL builds are running concurrently, it

Re: Need help with MySQL 5.7 crashing on Django's Jenkins

2016-08-06 Thread gilberto dos santos alves
great! 2016-08-05 19:19 GMT-03:00 Tim Graham : > I spun up a new machine and haven't seen this issue on it, so the problem > may have been either hardware related or something that was fixed with a > fresher install of Ubuntu 16.04. > > On Wednesday, August 3, 2016 at 11:07:54 AM UTC-4, gilberto

Re: Need help with MySQL 5.7 crashing on Django's Jenkins

2016-08-05 Thread Tim Graham
I spun up a new machine and haven't seen this issue on it, so the problem may have been either hardware related or something that was fixed with a fresher install of Ubuntu 16.04. On Wednesday, August 3, 2016 at 11:07:54 AM UTC-4, gilberto dos santos alves wrote: > > hummm! thanks. i will conti

Re: Need help with MySQL 5.7 crashing on Django's Jenkins

2016-08-03 Thread gilberto dos santos alves
hummm! thanks. i will continue search for more precise aswers and solutions. regards. 2016-08-02 17:27 GMT-03:00 Tim Graham : > I'm not sure exceeding max_connections is the issue. We have up to 8 > executors on each machine and the tests aren't running in parallel, so I > think we wouldn't have

Re: Need help with MySQL 5.7 crashing on Django's Jenkins

2016-08-03 Thread George-Cristian Bîrzan
Aside the obvious (hardware issues), which is I think unlikely if your datadir is on tmpfs, can you check the error logs for what queries were being executed when it crashes? -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Djan

Re: Need help with MySQL 5.7 crashing on Django's Jenkins

2016-08-02 Thread Erik Cederstrand
I think this is better directed at a MySQL list. MySQL shouldn't crash, nothing I see indicates that this is a Django issue. Of course, it's best if you can reproduce the error. Barring that, you'll get a much more useful stack trace if you build MySQL with debugging symbols. A quick look at th

Re: Need help with MySQL 5.7 crashing on Django's Jenkins

2016-08-02 Thread Tim Graham
I'm not sure exceeding max_connections is the issue. We have up to 8 executors on each machine and the tests aren't running in parallel, so I think we wouldn't have more than 8 connections unless running the tests can open more than 1 connection? Also, we don't expect 8 all executors to all be

Re: Need help with MySQL 5.7 crashing on Django's Jenkins

2016-08-02 Thread gilberto dos santos alves
hi. IMO vars for django may uses this values inside [MYSQLD], cause max_connections default is 100 innodb_buffer_pool_instances=8 max_connections=255 you could verify your environment using console command mysql -u your-user -p[your-password-whit-nospace] show variables like '%connec%'; show v

Re: Need help with MySQL 5.7 crashing on Django's Jenkins

2016-08-02 Thread Tim Graham
Here you are: [client] port= 3306 socket= /var/run/mysqld/mysqld.sock # Here is entries for some specific programs # The following values assume you have at least 32M ram # This was formally known as [safe_mysqld]. Both versions are currently parsed. [mysqld_safe] socket

Re: Need help with MySQL 5.7 crashing on Django's Jenkins

2016-08-01 Thread gilberto dos santos alves
hi. please post your /etc/my.ini (or your equiv. mysql ini config file). 2016-08-01 21:05 GMT-03:00 Tim Graham : > Sometimes the MySQL 5.7.13 builds on Ubuntu 16.04 are failing with "Lost > connection to MySQL server during query" because the MySQL server restarts > during the tests. I wonder if

Need help with MySQL 5.7 crashing on Django's Jenkins

2016-08-01 Thread Tim Graham
Sometimes the MySQL 5.7.13 builds on Ubuntu 16.04 are failing with "Lost connection to MySQL server during query" because the MySQL server restarts during the tests. I wonder if anyone has an idea about how to solve this. Looking through the MySQL error log, I think this is the root cause: 2016

Re: Need Help

2016-07-17 Thread Jeremy Spencer
There is a whole section on the django website about starting to contribute. -- Jeremy Spencer www.jeremyspencer.me www.linkedin.com/in/jeremylspencer www.facebook.com/jeremyspencerllc On July 17, 2016 at 4:28:55 PM, Rizwan anjum

Need Help

2016-07-17 Thread Rizwan anjum
Hi i m new developer of Django i did not understand how to start development in Django. -- 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 receiving emails from it,

Need help running Django's test suite on Oracle 12

2015-05-07 Thread Tim Graham
We have some instructions to help contributors run the Django test suite on Oracle, however, these instructions are for Oracle 11 and the virtual machine image provided by Oracle now uses Oracle 12c. I've tried to update the instructions, but it seems there are some changes in Oracle 12 related

Need help about pull request #3677

2014-12-04 Thread sokandpal
Please read description of pull request https://github.com/django/django/pull/3677 and see changes (pull request is not big). Then see tests.test_runner.tests.Sqlite3InMemoryTestDbs#test_transaction_support The problem is that DiscoverRunner(verbosity=0).setup_databases() is broking something

Re: querry to pass jquery variable value to django template, please responce me need help one of yours...

2014-08-01 Thread Daniele Procida
On Fri, Aug 1, 2014, Jaiprakash Singh wrote: >unfortunately, i am not able find the solution, so require some hints from >all of u guys You'll get answers to your questions on the django-users email list, - the web interface is . The l

querry to pass jquery variable value to django template, please responce me need help one of yours...

2014-08-01 Thread Jaiprakash Singh
hello all, i am working on project for learning purpose, i have got stuck on a small logic , i have tried lot to find the solution , gone to url like http://www.sprklab.com/notes/13-passing-arguments-to-functions-in-django-template http://www.tangowithdjango.com/book/chapters/ajax.html

Need help with writing a Pontoon hook for Django apps

2012-09-29 Thread Ratnadeep Debnath
Hi all, I have lately worked on a hook to enable a Django website to use Mozilla's Pontoon service. https://github.com/rtnpro/django-pontoon-hook What this app tries to achieve is to wrap marked up strings anywhere in a Django project's source code (templates, python files: forms, models, view

Need help (testing/review) for patch

2011-09-28 Thread Stephan Jaensch
Hi everybody, I'm the author of the patch for bug 8660. [0] The patch adds user permission checking for admin inlines. Carljm has been very helpful at giving me pointers and reviewing the patch. But since he's very busy at the moment, it would be nice if someone else could try out the patch and

Re: Need help w/ sql.where.WhereNode tree

2010-12-13 Thread Jonas H.
On 12/03/2010 03:06 PM, Jonas H. wrote: On 12/03/2010 10:04 AM, Waldemar Kornewald wrote: You probably don't want to use those aliases. Instead, you should use a separate alias namespace for embedded object filters. Otherwise you'll have to deal with the complex JOIN code in the backend unnecess

Re: Need help w/ sql.where.WhereNode tree

2010-12-03 Thread Jonas H.
On 12/03/2010 10:04 AM, Waldemar Kornewald wrote: You probably don't want to use those aliases. Instead, you should use a separate alias namespace for embedded object filters. Otherwise you'll have to deal with the complex JOIN code in the backend unnecessary. Aliases for embedded objects could j

Re: Need help w/ sql.where.WhereNode tree

2010-12-03 Thread Waldemar Kornewald
On Thu, Dec 2, 2010 at 5:03 PM, Jonas H. wrote: > On 12/01/2010 08:04 AM, Waldemar Kornewald wrote: >> >> In the end JOINs will be a rather complicated solution. I thought >> that's why you wanted to extend the ORM directly to handle embedded >> fields in a special way. That should be easier and c

Re: Need help w/ sql.where.WhereNode tree

2010-12-02 Thread Jonas H.
On 12/01/2010 08:04 AM, Waldemar Kornewald wrote: In the end JOINs will be a rather complicated solution. I thought that's why you wanted to extend the ORM directly to handle embedded fields in a special way. That should be easier and cleaner. That's what I'm up to, but I have to know how to re

Re: Need help w/ sql.where.WhereNode tree

2010-11-30 Thread Waldemar Kornewald
On Nov 30, 9:34 pm, "Jonas H." wrote: > Hello List! > > I'm working on queries on embedded objects for Django-nonrel (more > precisely, djangotoolbox) that will use JOIN-like syntax. > > For this, I need to know how to distinguish >    .filter(spam__op=eggs, foo__op=bar) > from >    .filter(spam__

Re: Need help w/ sql.where.WhereNode tree

2010-11-30 Thread Russell Keith-Magee
On Wed, Dec 1, 2010 at 4:34 AM, Jonas H. wrote: > Hello List! > > I'm working on queries on embedded objects for Django-nonrel (more > precisely, djangotoolbox) that will use JOIN-like syntax. > > For this, I need to know how to distinguish >  .filter(spam__op=eggs, foo__op=bar) > from >  .filter(

Need help w/ sql.where.WhereNode tree

2010-11-30 Thread Jonas H.
Hello List! I'm working on queries on embedded objects for Django-nonrel (more precisely, djangotoolbox) that will use JOIN-like syntax. For this, I need to know how to distinguish .filter(spam__op=eggs, foo__op=bar) from .filter(spam__op=eggs).filter(foo__op=bar) in the .where tree used

Re: Need help with my SoC proposal.

2010-03-22 Thread Fırat Can Başarır
I decided to put the message itself here so you won't have to follow the link to another mailing list. Hello, I am a CS student from Turkey. I want to apply for Django's GSoC program this year. I have some ideas but am quite confused regarding what to propose. I want to give some information abou

Need help with my SoC proposal.

2010-03-22 Thread Fırat Can Başarır
Hello, I just created a post on django-gsoc mailing list asking for help for preparing a proposal. Here is the link: http://groups.google.com/group/django-gsoc/browse_thread/thread/c920d7d3a29de727 I'd appreciate any help at this stage as I am quite confused about what to do next. Thank you. Fı