context.py 文件源码

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

项目:dj 作者: aleontiev 项目源码 文件源码
def get_context(name, description, author, email, version, django_version):
    name = click.unstyle(name)
    description = click.unstyle(description)
    email = click.unstyle(email)
    author = click.unstyle(author)
    version = click.unstyle(version)
    django_version = click.unstyle(django_version)
    return {
        'app': inflection.underscore(name),
        'description': description,
        'author': author,
        'email': email,
        'version': version,
        'django_version': django_version
    }
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号