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

https://github.com/praekeltfoundation/molo-gem

A community site for Girl Effect Mobile built using Molo
https://github.com/praekeltfoundation/molo-gem

django-framework feature-phone freebasic mobile-development

Last synced: 11 months ago
JSON representation

A community site for Girl Effect Mobile built using Molo

Awesome Lists containing this project

README

          

gem
=========================

This is an application scaffold for Molo_.

Getting started
---------------
In a separate terminal::

$ redis-server

To set up enviroment::

$ virtualenv ve
$ pip install -e .
$ ./manage.py migrate
$ ./manage.py createsuperuser
$ ./manage.py runserver

You can now connect access the demo site on http://localhost:8000

To get started::

* log in to : http://localhost:8000/admin
* click on settings, then choose language
* add a new language and save it
* click on settings and choose site settings
* tick all the ARTICLE TAG SETTINGS (Display tags on front end and enable tag navigation)

.. _Molo: https://molo.readthedocs.org

Social Login
~~~~~~~~~~~~
Currently only Google login is enabled see `SOCIALACCOUNT_PROVIDERS` setting to enable others

ENV Variables required to enable social login::

SOCIAL_LOGIN_ENABLE = FALSE
GOOGLE_LOGIN_KEY
GOOGLE_LOGIN_SECRET
GOOGLE_LOGIN_CLIENT_ID