Re: Django Userena 'OrderedDict' object has no attribute 'keyOrder'

2015-04-16 Thread willyhakim
Thank you guys. On Wednesday, April 15, 2015 at 5:41:47 PM UTC-5, willyhakim wrote: > > Hi everyone, > I am using django-userena and extend the form class to add some of my own > fields. I followed > the demo and still get the above error. Anyone know what I am doing w

Django Userena 'OrderedDict' object has no attribute 'keyOrder'

2015-04-15 Thread willyhakim
Hi everyone, I am using django-userena and extend the form class to add some of my own fields. I followed the demo and still get the above error. Anyone know what I am doing wrong? class SignupFormExtra(SignupForm): """ A form to demonstrate how to add extra fields to the signup form, in

Re: Django tutorial with eCommerce solution

2014-10-22 Thread willyhakim
Hi Mudassar, How are you doing? Have you looked into django oscar? Google it and take it from there. It is the best django ecommerce package. On Tuesday, October 21, 2014 9:11:15 PM UTC-5, Ezequiel Bertti wrote: > > Try this: > > http://www.getlfs.com/ > > On Tue, Oct 21, 2014 at 11:28 PM, Mudas

django-allauth--"cannot import name SignupForm"

2014-06-12 Thread willyhakim
Good morning the good people of django. I customized django-allauth signup page with following this advice from the author himself. https://stackoverflow.com/questions/12303478/how-to-customi

Re: Django and Rails

2014-05-29 Thread willyhakim
Django learning curve might be steeper than Rails, but it will make you a better web dev in the long run. Check out realpython.com and maybe start by getting a solid foundation on python On Wednesday, May 28, 2014 10:55:58 PM UTC-5, Enrique Shadah wrote: > > Hi all, > > I am learning Django aft

Ajax post problem

2014-04-17 Thread willyhakim
Hi everyone? I am trying to use ajax to do the following 1)User inputs a number. 2) I use ajax to return a query list into the same page. Here is my code and I keep getting this error Page not found (404) Request Method: GET Request URL: http://127.0.0.1:8000/newmarkets/search/%20method=?csr

Re: ManyToMany quick question

2014-04-01 Thread willyhakim
Camillo, YOU'RE DA MAN! Thank you so much? One day, at djangocon, I will buy you a beer -- 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..

Re: ManyToMany quick question

2014-04-01 Thread willyhakim
I think I was missing the concept all together. So the m2m field is just there to show the relationship but does not take any data. That is why when I look in pgadmin, I do not see it. So sorry, I was missing the concept all together. -- You received this message because you are subscribed t

Re: ManyToMany quick question

2014-04-01 Thread willyhakim
Below is my models.py My problem is when I syncdb (I have dropped the db couple times to start over) the *country_name* field with m2m never shows in the db. what am I doing wrong? I am using postgres class Products(models.Model): hs_number = models.CharField(primary_key=True, blank=True, m

Re: ManyToMany quick question

2014-03-31 Thread willyhakim
So sorry, I should have been clear. I meant when you are assigning a field ManyToManyField (through) properties -- 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

ManyToMany quick question

2014-03-31 Thread willyhakim
when creating your models, how do you know which field to assign the ManyToManyField ? -- 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...@