Beispiel #1
0
def channels_all():
    items = Channel.order_by('created_at', 'DESC').get()

    return jsonify(items)