Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/airtonix/django-shop-digitalproducts
Sell digital downloads with django-shop.
https://github.com/airtonix/django-shop-digitalproducts
Last synced: 10 days ago
JSON representation
Sell digital downloads with django-shop.
- Host: GitHub
- URL: https://github.com/airtonix/django-shop-digitalproducts
- Owner: airtonix
- License: mit
- Created: 2013-08-24T15:48:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-24T16:12:52.000Z (over 11 years ago)
- Last Synced: 2024-05-21T03:17:25.986Z (8 months ago)
- Size: 129 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
django-shop-digitalproducts
===========================Sell digital downloads with django-shop.
Goals for this project:
* Provide model mixins for (separately):
* ability to specify shipping requirement on a per product instance
* methods for accessing a products digital assets
These could be fields on another model (like django-shop-configurableproduct)
or a field on the same model
* securely storing digital assets* provide a default product model that encompasses the above mixins into one ready to use model
* Provide view mixins for :
* access to purchased assets via hashed url
* timeframe limited access to purchased assetsFuture Roadmap
==============* Storage backend that emails compressed archive of assets
* Storage backend that password protects archive of assets
* Storage backend that communicates with configurable RESTful
api to generate a Product Key for the customer.Contributing
============see ./CONTRIBUTE.md