Re: Align Two buttons in a TD

2020-10-24 Thread Venu Gopal
Probably, It will get resolved using separate td elements for each button. On Sun, Oct 25, 2020 at 4:57 AM Walter Randazzo wrote: > Sorry, I forgot to attach the file. This is how the template looks like > now: > > El sábado, 24 de octubre de 2020 a la(s) 20:19:27 UTC-3, Walter Randazzo >

Re: issues 403 Forbidden

2020-10-24 Thread Venu Gopal
Use method="POST" On Sun, Oct 25, 2020 at 1:11 AM waqar khan wrote: > I have already write html file in form {% csrf_token %} > but not working > > Html file: > {% extends 'base.html' %} > > {% block content %} > > {% load cart %} > > > > > > > ALL > Products > {% for category in

Re: Align Two buttons in a TD

2020-10-24 Thread Jason R
I'd wrap your td element in a container and display it as a flex element. That will probably conflict with bootstrap though. On Sat, Oct 24, 2020 at 7:27 PM Walter Randazzo wrote: > Sorry, I forgot to attach the file. This is how the template looks like > now: > > El sábado, 24 de octubre de

RE: Looking for mentors for Google Summer of Code

2020-10-24 Thread MANAV
Hey,Even I am looking for one, So if anyone could guide please help us. Even I want to contribute for the development of this esteemed organization by means of Google Summer of Code. I have submitted patches as well for The Django Project and they are merged as well.  From: Asjad khanSent: 01

Re: Looking for mentors for Google Summer of Code

2020-10-24 Thread Gagan Deep
Hi Asjad, This mailing is for users of Django. Your question will be well suited in the django-core-mentorship mailing list. Feel free to repost your query there if it is still unresolved Warm Regards, Gagan Deep On Thu, Oct 1, 2020 at 6:31

Re: Align Two buttons in a TD

2020-10-24 Thread Walter Randazzo
Sorry, I forgot to attach the file. This is how the template looks like now: El sábado, 24 de octubre de 2020 a la(s) 20:19:27 UTC-3, Walter Randazzo escribió: > Hi Jhon thanks for replying: > > I was able to solve the aling issue following the botstrapp documentation > about buttons. Here is

Re: Align Two buttons in a TD

2020-10-24 Thread Walter Randazzo
El sábado, 24 de octubre de 2020 a la(s) 20:19:27 UTC-3, Walter Randazzo escribió: > Hi Jhon thanks for replying: > > I was able to solve the aling issue following the botstrapp documentation > about buttons. Here is the new code: > > > > Editar

Re: Align Two buttons in a TD

2020-10-24 Thread Walter Randazzo
Hi Jhon thanks for replying: I was able to solve the aling issue following the botstrapp documentation about buttons. Here is the new code: EditarBorrar Heres is the Template: El sábado, 24 de octubre de 2020 a la(s) 20:06:30 UTC-3,

Re: Align Two buttons in a TD

2020-10-24 Thread John Adepelumi
Can you share the CSS? On Sat, Oct 24, 2020, 8:10 PM Walter Randazzo wrote: > Hi Folks, > > Im trying to get aligned 2 buttons in a TD but they stay overlaped. > Im attaching the html and the results. > > Hope u guys can help me, > > Many Thanks! > > > -- > You received this message because

testing class based generic views

2020-10-24 Thread Patrick Carra
Can anyone point me towards a tutorial for how to test a CreateView function? -- 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

issues 403 Forbidden

2020-10-24 Thread waqar khan
I have already write html file in form {% csrf_token %} but not working Html file: {% extends 'base.html' %} {% block content %} {% load cart %} ALL Products {% for category in categories %} {{category.name}} {% endfor %} {% for product in products %} {{product.name}}

Align Two buttons in a TD

2020-10-24 Thread Walter Randazzo
Hi Folks, Im trying to get aligned 2 buttons in a TD but they stay overlaped. Im attaching the html and the results. Hope u guys can help me, Many Thanks! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

when I click the right button in my slider it moves right, but after once moving right its neither moves right nor left even after clicking the slide left button or slide right button. views.py here i

2020-10-24 Thread Dhruvil Shah
views.py def index(request): allProds = [] catprods = Allmusic.objects.values('category', 'sno') cats = {item['category'] for item in catprods} for cat in cats: prod = Allmusic.objects.filter(category=cat) n = len(prod) nSlides = n // 4 + ceil((n / 4) - (n // 4))

Updating a field of mutiple records with CBV

2020-10-24 Thread Walter Randazzo
Hi guys! Im working with class based views. This is how the ListView looks like ( pic1 ) And...This is how my models is defined (pic2) So... Is there any way to update the price (precio field) of the selected