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
- Host: GitHub
- URL: https://github.com/cyriac/django-docker-compose-template
- Owner: cyriac
- Created: 2017-05-20T10:01:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T10:26:50.000Z (about 9 years ago)
- Last Synced: 2026-04-30T16:33:21.053Z (about 2 months ago)
- Topics: cookiecutter-template, django, docker, docker-compose-template
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```