ERROR

2020-08-08 Thread traore arouna
Hello I am here because I am developing an e-commerce application. But at a certain level of my code when I run my server with the command python manage runserver I have an error message Uncaught ReferenceError: info is not defined -- You received this message because you are subscribed to the

Re: ERROR

2020-08-13 Thread traore arouna
e) orderItem, created = OrderItem.objects.get_or_create(order=order, product=product) if action == 'add': orderItem.quantity = (orderItem.quantity + 1) elif action == 'remove': orderItem.quantity = (orderItem.quantity - 1) orderItem.save() if orderItem.q

Re: ERROR

2020-08-13 Thread traore arouna
site? > > On Sat, Aug 8, 2020 at 4:25 PM Agoua David wrote: > >> Can you send a screenshot of the view file >> >> Le sam. 8 août 2020 à 20:21, traore arouna a écrit : >> >>> Hello >>> I am here because I am developing an e-commerce application.

Re: ERROR

2020-08-13 Thread traore arouna
? > > On Sun, Aug 9, 2020 at 8:30 AM Kovy Jacob wrote: > >> Are you switching into your projects directory and then using 'python >> manage.py runserver' from command prompt/terminal to run your website? >> >> On Sat, Aug 8, 2020 at 4:25 PM Agoua David wro

Re: ERROR

2020-08-13 Thread traore arouna
where can define it Le jeudi 13 août 2020 à 21:24:37 UTC, akinfolar...@gmail.com a écrit : > your user variable is not define try to define it like is not referencing > anything > > On Fri, Aug 14, 2020 at 11:07 AM traore arouna wrote: > >> ok my js file is &g

Re: ERROR

2020-08-13 Thread traore arouna
how define it Le jeu. 13 août 2020 à 21:23, Akinfolarin Stephen < akinfolarinsteph...@gmail.com> a écrit : > your user variable is not define try to define it like is not referencing > anything > > On Fri, Aug 14, 2020 at 11:07 AM traore arouna > wrote: > >>

Re: ERROR

2020-08-19 Thread traore arouna
Kasper Laudrup > wrote: > >> On 14/08/2020 00.29, traore arouna wrote: >> > how define it >> > >> >> https://www.wikihow.com/Declare-a-Variable-in-Javascript >> >> -- >> You received this message because you are subscribed to the Google

Re: ERROR

2020-08-19 Thread traore arouna
; On 14/08/2020 00.29, traore arouna wrote: >> > how define it >> > >> >> https://www.wikihow.com/Declare-a-Variable-in-Javascript >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users"