flask-ciclop_product/INSTALL

21 lines
507 B
Plaintext
Raw Permalink Normal View History

2015-05-06 10:47:27 +02:00
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')