https://github.com/diefenbach/django-lfs
An online-shop based on Django
https://github.com/diefenbach/django-lfs
django ecommerce online-shop python
Last synced: 10 months ago
JSON representation
An online-shop based on Django
- Host: GitHub
- URL: https://github.com/diefenbach/django-lfs
- Owner: diefenbach
- License: bsd-3-clause
- Created: 2011-12-21T16:57:58.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2025-04-29T13:25:32.000Z (12 months ago)
- Last Synced: 2025-04-29T13:25:46.103Z (12 months ago)
- Topics: django, ecommerce, online-shop, python
- Language: Python
- Homepage: http://www.iqpp.de
- Size: 21.8 MB
- Stars: 633
- Watchers: 51
- Forks: 226
- Open Issues: 26
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
What is it?
===========
LFS is an online shop based on Python, Django and jQuery.
Information
===========
For more information please visit:
* http://www.getlfs.com
Documentation
=============
For the latest documentation please visit:
* http://docs.getlfs.com
Demo shop
=========
A demo shop can be tried here:
* http://demo.getlfs.com
Development
===========
For development environment please visit:
* https://github.com/diefenbach/lfs-buildout-development
Changes
=======
0.11.0 (2017-03-09)
-------------------
* Adds Django 1.10 support
* Excludes variants from sitemap
* Add appending slash to all urls
* Use F() expressions to update stock amount (#203)
* Use F() expression to increase use_amount for vouchers (#202)
* Removes django-pagination (use Django's default one instead)
* remove STATIC_URL (user static_url tag instead)
* fix saving properties and variant prices [pigletto]
0.10.2 (2015-04-25)
-------------------
* Updates lfs-paypal to 1.3
* Fixes all tests
0.10.1 (2015-04-23)
-------------------
* Fixes MANIFEST.in
* Fixes adding and display of reviews when L10N is turned on
0.10.0 (2015-04-22)
-------------------
* Adds Django 1.8 support
* Moves static files to lfs.manage
* Moves manage templates to lfs.manage
HISTORY
=======
For the complete history please look into HISTORY.txt