Metadata-Version: 1.0
Name: django-lfs
Version: 0.1.4
Summary: LFS - Lightning Fast Shop
Home-page: http://www.getlfs.com
Author: Kai Diefenbach
Author-email: kai.diefenbach@iqpp.de
License: BSD
Description: 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
Keywords: django e-commerce online-shop
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
