https://github.com/chanmo/ddx
快速搭建基于Docker的Django项目
https://github.com/chanmo/ddx
django-docker
Last synced: 3 months ago
JSON representation
快速搭建基于Docker的Django项目
- Host: GitHub
- URL: https://github.com/chanmo/ddx
- Owner: ChanMo
- License: mit
- Created: 2019-09-11T08:11:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T10:23:41.000Z (over 5 years ago)
- Last Synced: 2025-03-05T17:49:11.888Z (4 months ago)
- Topics: django-docker
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DDX (Django x Docker)
> 快速搭建基于Docker的Django项目
模板使用[django_boilerplate](https://github.com/ChanMo/django_boilerplate), 和[djapi](https://github.com/ChanMo/djapi)
## 安装
```bash
$ sudo pip install ddx
```## 使用
```bash
$ ddx new demo_com --template=djapi
```