Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

Django Web Applications Boilerplate, cookiecutter + ansible + docker

Notifications You must be signed in to change notification settings

otto-torino/webapp-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

webapp-boilerplate

Experimental Docker-Compose Django cookiecutter.

Dependencies

  • cookiecutter
  • docker-compose

Fast Check Instructions

  1. python3 cli.py
  2. cd <project_name>
  3. docker-compose build
  4. docker-compose up
  5. Wait for DB healthchecks and then visit localhost:8000

TODO

  • 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)

About

Django Web Applications Boilerplate, cookiecutter + ansible + docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published