/molo-tuneme

Tune Me

Primary LanguageHTMLBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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