An example project using Django-CMS 3 (dev), trying to follow the 12-factor ideas. It uses the twitter bootstrap project and static files served from Amazon S3.
git clone https://github.com/bogdal/djangocms-example.git your-project
cd your-project
make init
Configure environment variables:
export DEBUG='on'
export SECRET_KEY='...'