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

https://github.com/cyriac/django-docker-compose-template

Cookie cutter template for django inside docker-compose
https://github.com/cyriac/django-docker-compose-template

cookiecutter-template django docker docker-compose-template

Last synced: about 2 months ago
JSON representation

Cookie cutter template for django inside docker-compose

Awesome Lists containing this project

README

          

# Django + docker-compose

Bootstrap your django project inside docker.

## Usage

### Install cookiecutter
```shell
pip install cookiecutter
```

### Start your project
```shell
cookiecutter gh:cyriac/django-docker-compose-template
```

or

```shell
cookiecutter https://github.com/cyriac/django-docker-compose-template
```

Once your project is bootstrapped, navigate to your project and start the app

```shell
docker-compose up
```