Skip to content

Yirvan/flamaster

 
 

Repository files navigation

Flask-Master (Flamaster)
-------------------------------
E-commerce eventing system

Setup requirements:

- Python == v2.7.x
- Flask >= 0.8
- Flask-Script >= 0.3.1 (for shell commands support)
- Flask-SQLAlchemy >= 0.15
- Flask-Mail >= 0.6.1
- Flask-MongoSet >= 0.1.8
- Flask-Social
  • Flask-Security
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%