Skip to content

Yirvan/flamaster

 
 

Repository files navigation

Flask-Master (Flamaster)

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'
    }
]

This work is licensed under a Creative Commons Attribution 4.0 International License

About

ecommerce framework with flask

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%