Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T06:00:25.000Z (10 months ago)
- Last Synced: 2024-07-19T22:50:21.884Z (4 months ago)
- Topics: django, ecommerce, online-shop, python
- Language: Python
- Homepage: http://www.getlfs.com
- Size: 21.6 MB
- Stars: 614
- Watchers: 52
- Forks: 221
- Open Issues: 32
-
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 tests0.10.1 (2015-04-23)
-------------------
* Fixes MANIFEST.in
* Fixes adding and display of reviews when L10N is turned on0.10.0 (2015-04-22)
-------------------
* Adds Django 1.8 support
* Moves static files to lfs.manage
* Moves manage templates to lfs.manageHISTORY
=======For the complete history please look into HISTORY.txt