Пример #1
0
def story_current():
    from wafwfy.models import Story

    stories = Story.current()
    return jsonify(objects=list(stories))