views.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:as_mais_lidas 作者: nandopedrosa 项目源码 文件源码
def lang(code):
    """
    Changes the language of the app for a given session
    :param code: the language code (e.g: pt-BR)
    :return: just a generic String (it is mandatory to return something in route functions)
    """
    if code in LANGUAGES:
        session['lang'] = code

    return 'Changed language to: ' + code
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号