Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

praekeltfoundation/molo-tuneme

Repository files navigation

tuneme

This is an application scaffold for Molo.

Getting started

To get started:

$ virtualenv ve
$ pip install -e .
$ ./manage.py migrate
$ ./manage.py createsuperuser
export SITE_LAYOUT="new"
$ ./manage.py runserver

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