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: >

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

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

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

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

Re: Recognising Contributions

2021-08-19 Thread Carlton Gibson
Hey Tim. > As an infrequent contributor these days, I'm not seeking any more recognition > from my contributions, nor would more recognition encourage me to contribute > more. I'd rather the Django team spend their efforts on building software > than on publicity. Recognising contributions, in

Re: How to decode data? (trick question)

2021-08-19 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