Django、Vue 和Element UI 前后端原理论述re/data/redis)存在,并且在 Docker 容器内部也能访 问。检查路径是否正确,目录是否存在,并确保 Docker 用户有足够的权限访问这个路径。 修改文件所示: 31 《51 测试天地》七十四 www.51testing.com docker-compose-redis.yml 文件: version: "2.1" services: redis: image: ${MS_IMAGE_PREFIX}/redis:6.2.6 container_name: redis healthcheck: test: ["CMD", "redis-cli", "ping"] interval: 6s timeout: 5s retries: 50 environment: TZ: "Asia/Shanghai" ports: - ${MS_REDIS_PORT}:6379 volumes: - ${MS_BASE}/metersphere/data/redis:/etc/redis/redis.conf - ms-redis-data:/data command: redis-server /etc/redis/redis.conf --requirepass ${MS_REDIS_PASSWORD} networks: - ms-network restart:0 码力 | 61 页 | 6.84 MB | 1 年前3
Django 官方教程翻译项目应用。 为了让您充分理解 Django 的工作原理,这份文档为您详细描述了相关的技术细节,不过这并不是 一份入门教程或者是参考文档(我们当然也为您准备了这些)。如果您想要马上开始一个项目,可以 从 实例教程(zh)开始入手,或者直接开始阅读详细的参考文档。 Django 无需数据库就可以使用,它提供了对象关系映射器(ORM)。通过此技术,你可以使用 Python 代码来描述数据库结构。 数据 或其他后端集成。 聚合器框架可以通过简单编写一个 Python 类来推送 RSS 和 Atom。 更多令人心动的自动化管理功能:概述里面仅仅浅尝辄止。 接下来您可以下载 Django(zh),阅读 实例教程(zh),然后加入 Django 社区!感谢您的关 注! 这只是冰山一角 初识 Django - 12 - 本文档使用 书栈(BookStack.CN) 构建 快速安装指南 快速安装指南 django 2. >>> print(django.get_version()) 3. 1.11 如果版本和上面不一样,那你可能安装了其他版本的 Django 。 安装完成!现在你可以开始通过 实例学习(zh)了。 删除旧版本的 Django 安装 Django 验证安装 安装完成 快速安装指南 - 14 - 本文档使用 书栈(BookStack.CN) 构建 创建你的第一个 Django0 码力 | 103 页 | 1.86 MB | 1 年前3
Django Q Documentation
Release 0.6.4and groups Django Admin integration PaaS compatible with multiple instances Multi cluster monitor Redis, Disque, IronMQ or SQS Python 2 and 3 Django Q is tested with: Python 2.7 & 3.4. Django 1.7.10 & compress save_limit sync queue_limit label catch_up redis django_redis disque_nodes disque_auth iron_mq sqs bulk cache cpu_affinity Brokers Redis Disque IronMQ Amazon SQS Reference Tasks Async Groups the monitor. Optional Redis-py [https://github.com/andymccurdy/redis-py] client by Andy McCurdy is used to interface with both the Redis and Disque brokers: $ pip install redis Psutil [https://github0 码力 | 53 页 | 512.86 KB | 1 年前3
Django Q Documentation
Release 0.5.3and groups Django Admin integration PaaS compatible with multiple instances Multi cluster monitor Redis broker Python 2 and 3 Django Q is tested with: Python 2.7 & 3.4. Django 1.7.10 & 1.8.4 Contents: Configuration name workers recycle timeout compress save_limit sync queue_limit label catch_up redis django_redis cpu_affinity Tasks Async Groups Synchronous testing Connection pooling Reference Schedules migrations to create the database tables: $ python manage.py migrate Make sure you have a Redis [http://redis.io/] server running somewhere and know how to connect to it. Requirements Django Q is tested0 码力 | 46 页 | 474.97 KB | 1 年前3
Django Q Documentation
Release 0.4.6and groups Django Admin integration PaaS compatible with multiple instances Multi cluster monitor Redis broker Python 2 and 3 Django Q is tested with: Python 2.7 & 3.4. Django 1.7.9 & 1.8.3 Contents: migrations to create the database tables: $ python manage.py migrate Make sure you have a Redis [http://redis.io/] server running somewhere and know how to connect to it. Configuration Configuration 'label': 'Django Q', 'redis': { 'host': '127.0.0.1', 'port': 6379, 'db': 0, } } name Used to differentiate between projects using the same Redis server. Defaults to 'default'0 码力 | 42 页 | 203.66 KB | 1 年前3
Django Q Documentation
Release 0.6.4• Django Admin integration • PaaS compatible with multiple instances • Multi cluster monitor • Redis, Disque, IronMQ or SQS • Python 2 and 3 Django Q is tested with: Python 2.7 & 3.4. Django 1.7.10 terminal layout of the monitor. Optional • Redis-py client by Andy McCurdy is used to interface with both the Redis and Disque brokers: $ pip install redis • Psutil python system and process utilities settings to the cluster: $ pip install psutil • Hiredis parser. This C library maintained by the core Redis team is faster than the standard PythonParser during high loads: $ pip install hiredis • Boto3 is0 码力 | 42 页 | 376.79 KB | 1 年前3
Django Q Documentation
Release 0.2.2Result hooks Django Admin integration PaaS compatible with multiple instances Multi cluster monitor Redis Python 2 and 3 Django Q is tested with: Python 2.7 & 3.4. Django 1.7.8 & 1.8.2 Contents: Installation migrations to create the database tables: $ python manage.py migrate Make sure you have a Redis [http://redis.io/] server running somewhere Configuration Configuration is handled via the Q_ClUSTER dictionary 'label': 'Django Q', 'redis': { 'host': '127.0.0.1', 'port': 6379, 'db': 0, } } name Used to differentiate between projects using the same Redis server. Defaults to 'default'0 码力 | 25 页 | 188.69 KB | 1 年前3
Django Q Documentation
Release 0.3.6Result hooks Django Admin integration PaaS compatible with multiple instances Multi cluster monitor Redis Python 2 and 3 Django Q is tested with: Python 2.7 & 3.4. Django 1.7.9 & 1.8.3 Contents: Installation migrations to create the database tables: $ python manage.py migrate Make sure you have a Redis [http://redis.io/] server running somewhere Configuration Configuration is handled via the Q_CLUSTER dictionary 'label': 'Django Q', 'redis': { 'host': '127.0.0.1', 'port': 6379, 'db': 0, } } name Used to differentiate between projects using the same Redis server. Defaults to 'default'0 码力 | 35 页 | 198.62 KB | 1 年前3
Django Q Documentation
Release 0.4.6• Django Admin integration • PaaS compatible with multiple instances • Multi cluster monitor • Redis broker • Python 2 and 3 Django Q is tested with: Python 2.7 & 3.4. Django 1.7.9 & 1.8.3 Contents: Django migrations to create the database tables: $ python manage.py migrate • Make sure you have a Redis server running somewhere and know how to connect to it. 3 Django Q Documentation, Release 0.4.6 'cpu_affinity': 1, 'label': 'Django Q', 'redis': { 'host': '127.0.0.1', 'port': 6379, 'db': 0, } } name Used to differentiate between projects using the same Redis server. Defaults to ’default’. This can0 码力 | 36 页 | 249.57 KB | 1 年前3
Django Q Documentation
Release 0.7.9and groups Django Admin integration PaaS compatible with multiple instances Multi cluster monitor Redis, Disque, IronMQ, SQS, MongoDB or ORM Python 2 and 3 Django Q is tested with: Python 2.7 & 3.5. Django save_limit sync queue_limit label catch_up redis django_redis disque_nodes disque_auth iron_mq sqs orm mongo mongo_db bulk cache cached scheduler cpu_affinity Brokers Redis Disque IronMQ Amazon SQS MongoDB Django the monitor. Optional Redis-py [https://github.com/andymccurdy/redis-py] client by Andy McCurdy is used to interface with both the Redis and Disque brokers: $ pip install redis Psutil [https://github0 码力 | 62 页 | 514.67 KB | 1 年前3
共 52 条
- 1
- 2
- 3
- 4
- 5
- 6













