def create(category_name):
     Category(
         id=Category.make_category_id_hash(),
         category_name=category_name
     ).put()