Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.13 KB

README.rst

File metadata and controls

45 lines (33 loc) · 1.13 KB

fevent

E-commerce eventing system

Setup requirements:

Testing:

Running project:

You should implement your own Cart and Order models based on flamaster.product.mixins and register it on your local settings for each shop you'd connect:

SHOPS = [
    {
        'cart': 'findevent.vending.models.Cart',
        'order': 'findevent.vending.models.Order'
    }
]
Bitdeli badge