Skip to content

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

Notifications You must be signed in to change notification settings

liukai/djangocms-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.6%
  • HTML 30.5%
  • Makefile 1.4%
  • CSS 0.5%