Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

praekeltfoundation/mobileu

Repository files navigation

MobileU MOOC

The MobileU MVP framework allows other developers to easily build mobile education sites.

mobileu-ci_

Installation

$ virtualenv ve
$ source ve/bin/activate
(ve)$ pip install -r requirements.txt

Initial data

To create permissions and groups run:

$ source ve/bin/activate
(ve)$ python manage.py syncdb --all
(ve)$ python manage.py loaddata auth/fixtures/default_groups.json

Run Tests

$ source ve/bin/activate
(ve)$ python manage.py test