Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 709 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 709 Bytes

Cookiecutter Django CMS with Docker support

This cookiecutter provides a production ready Django CMS template using Docker.

Features

  • For Django 1.9
  • Twitter Bootstrap_ v3
  • Docker support by docker-compose_ for development and production
  • Easy backup of DB and Media files

Usage

Install cookiecutter::

$ pip install cookiecutter>=1.6.0

Run cookiecutter against repo::

$ cookiecutter https://github.com/guma44/cookiecutter-django-cms-docker

Provide the values that will be promped and the project will be created for you.

See the generated README.md file in the project directory for the details how to run and set up the CMS.