Re: error in models

2019-08-05 Thread 胡超
Please try to remove the quotation marks in < max_length=‘200’ >. > 在 2019年8月5日,下午7:39,Mudasir Mian 写道: > > Dear Team, > im facing this error in models > help me please > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubsc

Re: error in models

2019-08-05 Thread DANIEL URBANO DE LA RUA
Is 200 not '200' On Mon, 5 Aug 2019, 17:24 Mudasir Mian Dear Team, > im facing this error in models > help me please > > -- > 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

Re: error in models

2019-08-05 Thread DANIEL URBANO DE LA RUA
Is an integer not string 200 On Mon, 5 Aug 2019, 17:24 Mudasir Mian Dear Team, > im facing this error in models > help me please > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails fr

Re: error in models

2019-08-05 Thread rahul verma
it should be max_length=200 (not '200') On Mon, Aug 5, 2019 at 9:20 PM Eliseo Rodriguez wrote: > I believe you just need to remove the parentheses because it just needs a > number not a string. > > Die Empty > > On Mon, Aug 5, 2019, 10:24 AM Mudasir Mian > wrote: > >> Dear Team, >> im facing t

Re: error in models

2019-08-05 Thread Eliseo Rodriguez
I believe you just need to remove the parentheses because it just needs a number not a string. Die Empty On Mon, Aug 5, 2019, 10:24 AM Mudasir Mian wrote: > Dear Team, > im facing this error in models > help me please > > -- > You received this message because you are subscribed to the Google G

Re: error in models

2019-08-05 Thread Vijay Khemlani
Remove the quotes On Mon, Aug 5, 2019 at 11:24 AM Mudasir Mian wrote: > Dear Team, > im facing this error in models > help me please > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emai