书栈网 · BookStack 本次搜索耗时 0.033 秒,为您找到 7676 个相关结果.
  • How to integrate Django with a legacy database

    How to integrate Django with a legacy database Give Django your database parameters Auto-generate the models Install the core Django tables Test and tweak How to integrate D...
  • The staticfiles app

    The staticfiles app Settings Management Commands collectstatic Customizing the ignored pattern list findstatic runserver Storages StaticFilesStorage ManifestStaticFiles...
  • The staticfiles app

    The staticfiles app Settings Management Commands collectstatic Customizing the ignored pattern list findstatic runserver Storages StaticFilesStorage ManifestStaticFiles...
  • 进阶指南:如何编写可重用程序

    进阶指南:如何编写可重用程序 可重用性很重要 你的项目和可复用应用 安装必须环境 打包你的应用 使用你自己的包名 发布你的应用 通过 virtualenv 安装 Python 包 进阶指南:如何编写可重用程序 这篇进阶指南从 Tutorial 7 结尾的地方继续讲起。我们将会把我们的 Web-poll 放进一个独立的 Python 包...
  • celery

    1712 2018-03-03 《Python 之旅》
    Celery 异步任务 快速入门 创建 Celery 实例 启动 Celery Worker 调用任务 使用配置 delay 和 apply_async 定时任务 参考资料 Celery 在程序的运行过程中,我们经常会碰到一些耗时耗资源的操作,为了避免它们阻塞主程序的运行,我们经常会采用多线程或异步任务。比如,在 Web 开发中,对...
  • CLI

    Command-Line Interface Deployment targets Examples Job Submission Examples Job Management Examples Savepoints Trigger a Savepoint Trigger a Savepoint with YARN Stop Cancel w...
  • Running Plugins in Containers

    Use Plugins With Containers Use external plugins in container and Kubernetes More information Use Plugins With Containers Use external plugins in container and Kubernetes To ...
  • Compatibility Policy

    Compatibility Policy Semantic Versioning Deprecation Compatibility Policy Semantic Versioning PyMongo’s version numbers follow semantic versioning : each version numberis s...
  • Web demo

    Web Demo Requirements Run How are the “maximally accurate” results generated? Web Demo Requirements The demo server requires Python with some dependencies.To make sure you...
  • Installing and Testing

    Installing and Testing Installing with git Running tests Optional dependencies Installing and Testing Most users will want to simply install the latest version, hosted on Py...