Re: Django table with checkboxes

2020-01-22 Thread Efe
Excelente!! Muchas gracias!! On Saturday, October 27, 2018 at 9:38:50 AM UTC-3, Joel wrote: > > Something like this: > > @login_required > def batch_delete_bill_item(request): > if request.method == 'POST': > if request.POST.getlist('checks[]'): > selecteditems = reque

Hey Folks Quick conversion of images to PDF

2020-01-22 Thread Infinity Programmer
Hi Folks Iam uploaded video for convert images to pdf using python script please sunscribe and share https://youtu.be/8IQuhH50bqc https://youtu.be/8IQuhH50bqc https://youtu.be/8IQuhH50bqc -- You received this message because you are subscribed to the Google Group

Password reset token expired - get an error message

2020-01-22 Thread wagner
Hello together, i found out that i can set a PASSWORD_RESET_TIMEOUT_DAYS variable in settings. This worked for me. After one day the token is expired and when i try to set a new password, the page does a reload. So nothing happens. This is correct. Is there a good way / workaround to get an erro

Password reset token - get error for expired token

2020-01-22 Thread wagner
Hello together, with PASSWORD_RESET_TIMEOUT_DAYS I can manage the days till the password reset token will expire. After that the page will just reload, when you try to set a new password. Is it possible to show an error message then? Is there a workaround? Thank you, Danny -- You received this

Django Rest - ManyToManyField with SlugRelatedField Data Is Not Being Created

2020-01-22 Thread Érika Barros
Hello friends! I have a detailed question on this link (Stack Overflow). In resume, I can't create a new object on database using SlugRelatedField by the method create()

Re: Password reset token expired - get an error message

2020-01-22 Thread mohamed Alisaleh
بتاريخ الأربعاء، 22 يناير، 2020 5:55:58 م UTC+3، كتب wagner: > Hello together, > i found out that i can set a PASSWORD_RESET_TIMEOUT_DAYS variable in settings. > This worked for me. After one day the token is expired and when i try to set > a new password, the page does a reload. > So nothing happ

Re: Password reset token - get error for expired token

2020-01-22 Thread mohamed Alisaleh
بتاريخ الأربعاء، 22 يناير، 2020 5:56:02 م UTC+3، كتب wagner: > Hello together, > with PASSWORD_RESET_TIMEOUT_DAYS I can manage the days till the password > reset token will expire. After that the page will just reload, when you try > to set a new password. > Is it possible to show an error messag

Password reset token - get error for expired token

2020-01-22 Thread mohamed Alisaleh
مزامنة البريد الالكتروني وجميع حسابي -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the w

Re: Password reset token expired - get an error message

2020-01-22 Thread mohamed Alisaleh
بتاريخ الأربعاء، 22 يناير، 2020 5:55:58 م UTC+3، كتب wagner: > Hello together, > i found out that i can set a PASSWORD_RESET_TIMEOUT_DAYS variable in settings. > This worked for me. After one day the token is expired and when i try to set > a new password, the page does a reload. > So nothing happ

Best Django Deployment

2020-01-22 Thread Motaz Hejaze
Hey Friends! I want to ask what is the best Django deployment stack to increase the request/per/second rate ?? does Nginx have better performance than apache ? What about Gunicorn and other alternatives ? thank you very much -- You received this message because you are subscribed to the Goo

Re: Django Rest - ManyToManyField with SlugRelatedField Data Is Not Being Created

2020-01-22 Thread Motaz Hejaze
Erika i think your models are not implemented correctly .. why you have a foreign key field in TagLink linking to Tags , while you already have a manytomany relation between the Tag and Calculator through TagLink try to remove the tag field from " through_fields=('calculator', 'tag') " or

Re: Internship

2020-01-22 Thread Dvs Khamele
Hi Danish, Please reply on this email with your resume. Emal TO:- pythonmatedivy...@gmail.com, CC:- pythonmatejahnavigeh...@gmail.com On Wed, 25 Dec 2019 at 20:24, Danish Hussaini wrote: > Hello everyone, > I am Syed Danish, currently an undergraduate pursuing my BE in IT (3rd > Year VI Sem). I

Django and MySQL NDB Cluster

2020-01-22 Thread Victor Guimarães Nunes
Hi, I'm having some trouble setting up a Django project with a MySQL NDB Cluster. I found I had to set the storage engine on DATABASES['default']['OPTIONS'] and I did it. DATABASES = { 'default': config('DATABASE_URL', cast=db_url) } # Check if mysql database engine is NDBCLUSTER if config('US

Re: Django and MySQL NDB Cluster

2020-01-22 Thread Jason
https://code.djangoproject.com/ticket/27677 Check the last comment from Tim. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegrou

send_mail creating a hyperlink

2020-01-22 Thread sum abiut
Hi, How do I create a hyperlink on the body of the email so that when the user receives the email they can click the link to access the website? For example, on the send_mail( subject, click here to access the site, to_address) cheers, -- You received this message because you are subscribed to t

Re: send_mail creating a hyperlink

2020-01-22 Thread Mike Dewhirst
On 23/01/2020 11:40 am, sum abiut wrote: Hi, How do I create a hyperlink on the body of the email so that when the user receives the email they can click the link to access the website? Just include the URL in the body text. You can rely on the mail client to recognise a web address and make

Re: Configuring a StaticLiveTestCase Server In A Docker Container

2020-01-22 Thread Dvs Khamele
Hi Roshan, We are Pythonmate, We work extensively on Python, Django, Flask and Js based applications, erps, etc. If any requirements you have please let us know. We may provide good commissions to your company. Because we are looking for a longterm network. Thanks & Regards Divyesh Khamele, Founder

Got an interview, need some idea for projects.

2020-01-22 Thread Jack Lin
Hi Django users, I'm Jack who currently learning Django everyday My practice projects is little tiny function for now. however I got an interview yesterday which is an Django Web Developer in Stock Company.

Re: Django and MySQL NDB Cluster

2020-01-22 Thread maninder singh Kumar
Could it be the server doesn't have the database ? [image: --] Maninder Kumar [image: http://]about.me/maninder.s.kumar On Thu, Jan 23, 2020 at 1:49 AM Victor Guimarães Nunes < nunessvict...@gmail.com> wrote: > Hi, > > I'm having some trou