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

Latest commit

 

History

History
21 lines (14 loc) · 378 Bytes

README.rst

File metadata and controls

21 lines (14 loc) · 378 Bytes

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