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

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