Friday, March 6, 2015

Re: what do you think about django FORM system?

Hello everyone:


you may have your own opinions, i read the letters all above , the point of why i think the form of django is hard to use  is that the form do 2 kinds of things , first is to build html , secnod is to validate , i never build html in backend it is not good practice , and i really only need to validate input nothing else , form did not support easy validate method, such as when i use django form to validate my form , then i got a error message , i only want a plain text messge , but use the  as_text() method then , i found a * in the string ,  i need to slice the string , i thought what happend to django form , i cant understand the point what the author thought.

every key to every locked *DREAM* ....................

2015-03-07 7:39 GMT+08:00 john <johnf@jfcomputer.com>:

On 03/06/2015 12:28 PM, felix wrote:
I'm using Django 1.9 and Bootstrap v3.3.1
I did know there was a Django 1.9????

I tried several ways but whatever I was doing the form field size did not change for me.  But I started using crispy-forms and using their layout stuff allowed everything I needed.  That said, I could be the real issue as I'm not best python programmer and worse with html and javascript.

BTW my comment was about how the doc's did not really help me.  I think a person can say - that something I did in some of area was the cause of the issue and I wouldn't open my mouth.  Yet, when reviewing the doc's I got a very different impression of what was available for me to do with generic Django forms.


Johnf

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/54FA3A9B.6080800%40jfcomputer.com.

For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFp8GA%2BUOAhwrYGv_2U%3DkL%2BL-v3MxA5V2D2gAphAXgXJQNpdvg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment