Experimental Docker-Compose Django cookiecutter.
- cookiecutter
- docker-compose
python3 cli.py
cd <project_name>
docker-compose build
docker-compose up
- Wait for DB healthchecks and then visit
localhost:8000
- Test DB integration
- Test data persistence
- DB persistence
- Multiple database support (supports mysql and postgresql atm)
- Multiple project template support
- Deploy support (change binds to volumes among the other things)
- Git integration
- CLI scripts
- (Multiple framework support)