Re: Looking for internship

2019-12-21 Thread krestoufer Toumas
Wrong email On Sat 21. Dec 2019 at 15:42, Dheeraj M Pai wrote: > Please do send me your resumes. > > On Wednesday, 11 December 2019 09:33:37 UTC+5:30, Anirudh choudhary wrote: >> >> Hello all >> I am looking for internship in Delhi or pune. I am currently in 6 sem of >> engineering mechatronics

Install library from Github

2019-12-31 Thread krestoufer Toumas
I wish everyone a happy new year. I want to include a Library from Github in my Django project but I don’t know how to do it. I found this tutorial on stack overflow https://stackoverflow.com/questions/16584552/how-to-state-in-requirements-txt-a-direct-github-source But this didn’t work for me can

Django TestCase with allure Framework?

2020-02-03 Thread krestoufer Toumas
Hello everyone, I have created some tests with the django.test (TestCase) and I wanted to display the results in a report. I found a framework called allure but I am not sure if it works with the standart django.test and there is no direct way to install it via pip. so my question is do I have