On Nov 16, 9:00 am, SivaTumma <sivatu...@gmail.com> wrote:
> You need to declare the property 'url_title' in your model class like
> this:
>     url_property = db.StringProperty(multiline=True)
>
> It indicates that a multilne string ( when copied and pasted from html
> pages, it happens some times. )
> should also be stored in the datastore.

Thanks, for you  reply SivaTumma. It helped.
Guri


>
> On Nov 14, 9:00 am, Guri <sgurmin...@gmail.com> wrote:
>
> > Hi,
> > I am using Beautiful soupwww.crummy.com/software/BeautifulSoupto
> > fetch title of a url and storing it in datastore as StringProperty .
> > It works with most of them but likewww.code.google.com/itthrows an
> > exception while storing in datastore.
> > Exception BadValueError:
> > "Property value url_title is not multilne"
>
> > Any pointers please.
>
> > Thanks,
> > Guri

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.


Reply via email to