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
- Host: GitHub
- URL: https://github.com/bogdal/djangocms-example
- Owner: bogdal
- Created: 2013-07-01T16:30:31.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-04T06:39:05.000Z (about 12 years ago)
- Last Synced: 2025-03-24T12:21:39.415Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 291 KB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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='...'