flask-ciclop_product/INSTALL

21 lines
507 B
Plaintext

Installing flask-ciclop_product
===============================
Prerequisites
-------------
* Python 2.7 or later (http://www.python.org/)
* trytond (http://www.tryton.org/)
* Flask
Installation
------------
Once you've downloaded and unpacked the flask-galatea-catalog source release,
copy galatea-catalog directory in main flask app and rename to catalog.
Edit your App flask and register a new blueprint:
from product import product
app.register_blueprint(product, url_prefix='/<lang>/product')