Django-SHOP documentation¶
Tutorial¶
This tutorial shows how to setup a working e-commerce site with django-SHOP using the given dependencies. The code required to setup this demo can be found in the example/myshop folder.
Reference¶
Reference to classes and concepts used in django-SHOP
- 1. Customer Model
- 2. Deferred Model Pattern
- 3. Money Types
- 4. Product Models
- 5. Stock Management
- 6. Catalog
- 7. Full Text Search
- 8. Filter Products by its Attributes
- 9. Cascade Plugins
- 10. Cart and Checkout
- 11. Controlling the Cart Icon
- 12. Payment Providers
- 13. Order
- 14. Managing the Deliver Process
- 15. Designing an Address Model
- 16. Notifications
- 17. REST Serializers
- 18. Client Side Framework
- 19. Configuration and Settings
- 20. Shipping Providers
- 21. Special CMS Pages
- 22. Settings
- 23. Working off Asynchronous Jobs
- 24. Deployment using Docker
How To’s¶
Some recipes on how to perform certain tasks in django-SHOP.
This collection of recipes unfortunately is not finished yet.
Django compatibility table¶
django-SHOP | Django | |||||||
---|---|---|---|---|---|---|---|---|
1.8 | 1.9 | 1.10 | 1.11 | 2.0 | 2.1 | 2.2 | 3.0 | |
0.10.x | ✓ | ✓ | ⨯ | ⨯ | ⨯ | ⨯ | ⨯ | ⨯ |
0.11.x | ⨯ | ✓ | ✓ | ⨯ | ⨯ | ⨯ | ⨯ | ⨯ |
0.12.x | ⨯ | ⨯ | ⨯ | ✓ | ⨯ | ⨯ | ⨯ | ⨯ |
0.13.x | ⨯ | ⨯ | ⨯ | ✓ | ⨯ | ⨯ | ⨯ | ⨯ |
1.0.x | ⨯ | ⨯ | ⨯ | ✓ | ⨯ | ⨯ | ⨯ | ⨯ |
1.1.x | ⨯ | ⨯ | ⨯ | ✓ | ✓ | ✓ | ✓ | ⨯ |
1.2.x | ⨯ | ⨯ | ⨯ | ⨯ | ⨯ | ✓ | ✓ | ✓ |
Development and Community¶
To be written¶
License¶
Django-SHOP is licensed under the terms of the BSD license.