Skip to main content

This feature enables youth to share short tips with one another

Project description

https://travis-ci.org/praekeltfoundation/molo.yourtips.svg https://img.shields.io/pypi/v/molo.yourtips.svg https://coveralls.io/repos/github/praekeltfoundation/molo.yourtips/badge.svg

This feature enables youth to share short tips with one another.

Requirements

  1. django >= 1.8

  2. molo.core >= 5.5.0

  3. django-secretballot >= 0.7.0

  4. django-likes >= 1.11

Prerequisite

  1. Install or add django-likes to your Python path.

  2. Configure django-secretballot as described here.

  3. Add likes to your INSTALLED_APPS setting.

  4. Add likes url include to your project’s urls.py file:

    url(r'^likes/',
        include('likes.urls',
                namespace='likes',
                app_name='likes')),
  5. Add likes.middleware.SecretBallotUserIpUseragentMiddleware to your MIDDLEWARE_CLASSES setting, i.e.:

    MIDDLEWARE_CLASSES = (
        ...other middleware classes...
        "likes.middleware.SecretBallotUserIpUseragentMiddleware",
    )
  6. Add django.core.context_processors.request to your TEMPLATE_CONTEXT_PROCESSORS setting, i.e.:

    TEMPLATE_CONTEXT_PROCESSORS = (
        ...other context processors...
        "django.core.context_processors.request",
    )

Installation

  1. pip install molo.yourtips

  2. Add molo.yourtips to your INSTALLED_APPS settings.

  3. Add yourtips url include to your project’s urls.py file:

    url(r'^yourtips/', include('molo.yourtips.urls',
                               namespace='molo.yourtips')),
  4. Create and publish a YourTips page on the CMS. By adding the YourTips page the

Feature List

  1. This feature enables youth to share short (twitter length - 140 characters) tips on the platform with one another.

  2. User submitted tips are curated by content managers and published on the platform.

  3. Users can interact with published tips by liking each others tips or sharing (requires consent from author) on facebook or twitter.

YourTips Settings

Homepage Banner Copy

  1. By default the homepage banner copy is Do you have advice you can share with other youth on relationships?.

  2. The homepage banner copy by adding the copy the yourtips settings.

Authors

Praekelt.Org

  • Saeed Marzban

  • Mitso Qalaba

Praekelt Consulting

  • Cilliers Blignaut

Change Log

7.0.0

  • Add support for Molo 7

6.0.1

6.0.0

  • Molo 6 compatibility

5.0.8

  • Molo plugin templates refactor and cleanup

5.0.7

  • Bug Fix: filter content by site in the template tags

5.0.6

  • Bug Fix: change the parent page for yourtips tip section index page when copy

5.0.5

  • Bug fix: Date range filter on tip and entry wagtail admin.

5.0.4

  • Bug fix: Only activate “YourTips” with published YourTip pages.

  • Change: Verification message on tip submission form show word count now.

  • Change: Download CSV on converted tip articles to only download relevant information.

5.0.3

  • Bug fix popular tip ListView

  • New feature Download CSV

5.0.1

  • Update travis password

5.0.0

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

molo.yourtips-7.0.0.tar.gz (20.3 kB view details)

Uploaded Source

File details

Details for the file molo.yourtips-7.0.0.tar.gz.

File metadata

  • Download URL: molo.yourtips-7.0.0.tar.gz
  • Upload date:
  • Size: 20.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.27.0 CPython/2.7.14

File hashes

Hashes for molo.yourtips-7.0.0.tar.gz
Algorithm Hash digest
SHA256 78c620053f3646e851614bd7d068bdda5a965d97bbe77e899823899092c0ee5f
MD5 0eab1d0a0b6e1b92c1ec158452780dfa
BLAKE2b-256 1253f19f315b108a60ee14bc97df5bcf41285620bd4d7c187edbcd750b03aaf6

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page