Molo is a set of tools for publishing mobi sites with a community focus.
Project description
Molo is a set of tools for publishing mobi sites with a community focus. It scaffolds a Django application for you with sensible defaults, packages and configuration to help you get going as soon as possible:
The goal of Molo is to provide a solid base of proven, stable packages that help Praekelt Foundation and partners to deliver on project scope:
$ pip install molo.core $ molo scaffold myapp $ cd myapp/ $ ./manage.py migrate $ ./manage.py createsuperuser $ ./manage.py runserver
Open the sample site in your browser at http://localhost:8000/ and the CMS at http://localhost:8000/admin/.
What is bundled with Molo?
Basic feature phone template set.
Basic models for the following tree structure:
A site has languages
A language has a homepage
Articles are organised into sections.
Articles are composed from one or more blocks.
Blocks can be headings, paragraphs, images, lists or links to other pages.
Tests
Make sure to install the requirement development & testing dependencies:
$ pip install -r requirements-dev.txt
And then run the full test suite with:
$ ./run-tests.sh
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.