Example #1
0
def create():
  try:
    new_foo = Foo.create(random.randrange(0,100))
    return "Created successfully! \n" + str(new_foo)
  except Exception, e:
    print e