Re: Is there anything we can help immediately with?

2019-12-31 Thread Dvs Khamele
Yes we are available, please let me know On Wednesday, 1 January 2020, Chinmay Dali wrote: > I need some help if you are still available, let me know > > On Wednesday, January 1, 2020 at 1:08:52 AM UTC+5:30, Dvs Khamele wrote: >> >> ```pip3 install from-pythonmate-year==2020 --upgrade``` >> >>

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

Re: Is there anything we can help immediately with?

2019-12-31 Thread Chinmay Dali
I need some help if you are still available, let me know On Wednesday, January 1, 2020 at 1:08:52 AM UTC+5:30, Dvs Khamele wrote: > > ```pip3 install from-pythonmate-year==2020 --upgrade``` > > For anything in Python/Django we can help with quickly let us know mere at > $7 per hour > > Happy New

Is there anything we can help immediately with?

2019-12-31 Thread Dvs Khamele
```pip3 install from-pythonmate-year==2020 --upgrade``` For anything in Python/Django we can help with quickly let us know mere at $7 per hour Happy New Year 2020 :) -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

How to make Django Application more secure

2019-12-31 Thread Balaji Shetty
Hi How can we provide best security to Django Application hosted on Pythonanywhere cloud. -- Mr Shetty Balaji Asst. Prof. IT Department SGGS I Nanded. My. India -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Re: How to ensure genuine emails despite valid email format?

2019-12-31 Thread Integr@te System
Hi Roshan, Follow to previous mails above, check further mail according to: # Comply to mail's policies (entire system). # Alongside network (ISP, provider, local(NPS, ad, ldap, mail app, computer)...end to end. # Or you can imagine your gmail, check google policies for spam/not spam(this is

Re: Django ValueError at: Cannot assign "": "Pair.male_mutation" must be a "Mutation" instance."

2019-12-31 Thread Integr@te System
Hi Issuer, As error warning, we don't see any male_mutation in Mutation model when Pair.male_mutation reference to. As well Species model located. On Mon, Dec 30, 2019, 19:31 Muhammad Tariq wrote: > I am new to Django facing this error while saving data into DB: > > "ValueError at

Re: link multiple files to model

2019-12-31 Thread Bart Jonkers
My quick solution: I'm using django-sql-utils to get SubqueryAggregate. I annotate 2 array's: one for the filelink and one for the filedescription. In a custom template tag I merge the two arrays and render download buttons. It would be great to annotate lists from an other model, but need more