Beispiel #1
0
def tag_pastor():
    tag = Tag(name='pastor')
    tag.put()
    return tag
Beispiel #2
0
def tag_event():
    tag = Tag(name='event')
    tag.put()
    return tag
Beispiel #3
0
def tag_computer():
    tag = Tag(name='computer')
    tag.put()
    return tag
Beispiel #4
0
def tag_pastor():
  tag = Tag(name='pastor')
  tag.put()
  return tag
Beispiel #5
0
def tag_event():
  tag = Tag(name='event')
  tag.put()
  return tag
Beispiel #6
0
def tag_computer():
  tag = Tag(name='computer')
  tag.put()
  return tag