1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
.. -*-restructuredtext-*- Schema for a Feed object =========================== { feed_id: (str), type: (int), feed_image: (datetime), feed_title: (str), feed_link: (str), site_link: (str), mail: (bool), } Schema description ==================