Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6835727
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:16:02+00:00 2026-05-26T23:16:02+00:00

For the moments bars represents a String with all the Bar ids with ‘;’

  • 0

For the moments bars represents a String with all the Bar ids with ‘;’ separator

like 6;5;9;15

class Foo(db.Model):
    id = db.StringProperty(multiline=True)
    name = db.StringProperty(multiline=True)   
    bars = db.TextProperty()

class Bar(db.Model):
    id = db.StringProperty(multiline=True)
    name = db.StringProperty(multiline=True)

What must I do to explicit Foo contains some bars in db?
And also how is going to look my :

f = Foo()
f.name= 'aName'
f.id = '3615'
f.bars = '6;5;9;15'
f.put()
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T23:16:02+00:00Added an answer on May 26, 2026 at 11:16 pm

    For a start, you never want to store multiple values inside a single textfield. AppEngine’s datastore supports multi-valued properties (such as ListProperty): you should use those.

    That said, there’s no multi-valued equivalent of ReferenceProperty built in. This article on the AppEngine documentation site gives a good example of how to model a list of keys.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Foo has Title. Bar references Foo. I have a collection with Bars. I need
Possible Duplicate: Why is String final in Java? There are various moments in my
I would like to compute time that spans between two particular moments: - start
Having one of those 'I'm clearly doing something wrong' moments. It feels like I'm
I have my moments of inspiration like many others -- most of them bad,
Moments ago Jeff Atwood said the following on twitter : Look, I love rapid
Does anyone have any tips or gotcha moments to look out for when trying
I do most of my development in Common Lisp, but there are some moments
I am trying to calculate exponential moving average on 15 day bars, but want
I was adding a loading bar feature to my program in Java and I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.