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

praekeltfoundation/molo-freebasics

Repository files navigation

freebasics

This is an application scaffold for Molo.

Getting started

To get started:

$ 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