This is an application scaffold for Molo.
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