/djangocms-example

An example project using Django-CMS 3, twitter bootstrap and S3

Primary LanguagePython

djangocms-example

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.

Quickstart

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='...'