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
- Host: GitHub
- URL: https://github.com/praekeltfoundation/molo-gem
- Owner: praekeltfoundation
- License: bsd-2-clause
- Created: 2016-01-11T07:46:10.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2022-03-01T19:00:49.000Z (over 4 years ago)
- Last Synced: 2025-04-21T09:55:30.824Z (about 1 year ago)
- Topics: django-framework, feature-phone, freebasic, mobile-development
- Language: SCSS
- Size: 69 MB
- Stars: 5
- Watchers: 30
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
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