What is it?
===========

LFS is an online shop based on Python, Django and jQuery.

Installation
============

For an easy installation please do the following steps:

1. $ hg clone http://bitbucket.org/diefenbach/lfs-buildout-quickstart/
2. $ cd lfs-buildout-quickstart
3. $ python bootstrap.py
4. $ bin/buildout -v
5. $ bin/django runserver
6. Browse to http://localhost:8000
7. Browse to http://localhost:8000/manage

Information
===========

For more information please visit:

* http://www.getlfs.com

Demo shop
=========

A demo shop can be tried here:

* http://demo.getlfs.com

Changes
=======

0.1.4  (2009-10-14)
-------------------

* Added 'Development Status :: 3 - Alpha' to setup.py

* Added more dependencies to setup.py

0.1.3  (2009-10-12)
-------------------

* Added static folder to release

0.1.2  (2009-10-12)
-------------------

* Fixed typo in dependencies

0.1.1  (2009-10-12)
-------------------

* Added dependencies to setup.py

0.1  (2009-10-11)
-------------------

* Initial public release