Ecommerce Store

2024-08-29 Thread Wajahat Murtaza
Im looking for the source code of an django ecommerce store anyone have? -- 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.co

Re: OnChange or OnBlur event in javascript to run python function in Django and return the results???

2012-12-13 Thread Murtaza Pitalwala
est.GET.get['SomeData'] DataFromPage = "nothing" if DataFromPage: c = { 'DataFromPage': DataFromPage, } else: DataFromPage = "Nothing" c = { 'DataFromPage': DataFromPage, } return render_

Re: OnChange or OnBlur event in javascript to run python function in Django and return the results???

2012-12-13 Thread Murtaza Pitalwala
Mario, Thanks very much for the reply. I should have said either javascript or jquery and it seems like jquery is the way to go. Let me test this now and I will get back to you if I have any further questions. Thanks, Murtaza Pitalwala On Wed, Dec 12, 2012 at 8:28 PM, Mario Gudelj wrote

OnChange or OnBlur event in javascript to run python function in Django and return the results???

2012-12-12 Thread Murtaza
/refreshing the page or anything just staying on the same page. Any ideas how to accomplish this with Python and Django. Thanks, any help is appreciated. Murtaza Pitalwala -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this dis