Test Framework Cleanup

2019-03-22 Thread Gourav Sardana
Hey, I am Gourav Sardana undergraduate computer science student. I am interested in test framework idea. I have a good experienced with django. @Mentor Can i ask you one thing? we have to build a software or you have to implement this to your core code i.e it will automatically check the code ?

mysqlclient

2019-03-22 Thread hunar techie
hi there im working on a project and i want to live it through my cpanel , but when i try to install pip install mysqlclient i get this error [image: er.PNG] thanks -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)"

Re: mysqlclient

2019-03-22 Thread marolahy
Hi, We need to run these command with sudo right. Because pip don't have the correct right Le vendredi 22 mars 2019 15:28:27 UTC+1, hunar techie a écrit : > > hi there > im working on a project and i want to live it through my cpanel , but when > i try to install pip install mysqlclient > i ge

Re: Test Framework Cleanup

2019-03-22 Thread Carlton Gibson
The suggestion involves the code in django.test. https://github.com/django/django/tree/master/django/test In particular see runner.py there. On Friday, 22 March 2019 13:29:05 UTC+1, Gourav Sardana wrote: > > Hey, > I am Gourav Sardana undergraduate computer science student. I am > interested

Re: mysqlclient

2019-03-22 Thread Adam Johnson
This mailing list is for the development of Django itself, not for support using Django. Please use the django-users mailing list for that, or IRC #django on freenode, or a site like Stack Overflow. On Fri, 22 Mar 2019 at 14:49, marolahy wrote: > Hi, > We need to run these command with sudo righ