Flask application for collecting and managing Magento orders, this app can help you to manage your orders directly in your store without updating inventory on the products. This is just the first part of the application which provides ability for managing the orders from the Ecommerce's API, getting them and making the available and prepared to the frontend application. There is also a user management model that offers authentication to the application and protect the application from unauthorized access.
The application produces RESTful Web Services available for the frontend application.
Exporting ENV variables
$ export FLASK_APP=wsgi.py
$ source .env
$ export $(cut -d= -f1 .env)
For first time activation
$ virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
Activating the Python virtualenv and starting the application
$ . venv/bin/activate
$ flask run
The content is open and licensed under the GNU General Public License v3.0 whose full text may be found at: