An open API service indexing awesome lists of open source software.

https://github.com/bogdal/djangocms-example

An example project using Django-CMS 3, twitter bootstrap and S3
https://github.com/bogdal/djangocms-example

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

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

.. code-block:: bash

git clone https://github.com/bogdal/djangocms-example.git your-project
cd your-project
make init

Configure environment variables:

.. code-block:: bash

export DEBUG='on'
export SECRET_KEY='...'