CodeForAfrica / HURUmap

HURUmap is an interactive web platform that allows citizens and journalists to explore, visualise, and download census data. This gives them the power to give context to stories that was otherwise hard to spot. Accessible at https://hurumap.org
https://hurumap.org
GNU General Public License v3.0
8 stars 7 forks source link

Add Content Management System #2

Closed DavidLemayian closed 6 years ago

DavidLemayian commented 6 years ago

Description

After initially considering Django CMS, we will instead integrate Wagtail into HURUmap to offer a way to manage the content published on this platform including country profiles, blogs and site pages.

Some of the reasons choosing Wagtail over Django CMS include:

  1. StreamField offers interesting functionality similar to proto's card + stream approach to content.
  2. Being more recent, could offer newer techniques of problem solving.

Read more on choice here: http://www.djangopaths.com/why-did-i-choose-wagtail/#Integrating%20custom%20models%20and%20templates

Links

Tasks