An open API service indexing awesome lists of open source software.

https://github.com/chanmo/ddx

快速搭建基于Docker的Django项目
https://github.com/chanmo/ddx

django-docker

Last synced: 3 months ago
JSON representation

快速搭建基于Docker的Django项目

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
```