Setup

A number of important Python modules must be in place to ensure that the Flask application and its connection to the PostgreSQL and PostGIS database components, will run as required. These modules will be downloaded and installed using pip, which connects to the Python Package Index (PyPI), an online repository of registered modules located at https://pypi.python.org/pypi.

These modules include:

Other important supporting modules are automatically installed along with Flask and the preceding modules, including the Jinja2 templating system (http://jinja.pocoo.org/) and the Werkzeug Web Server Gateway Interface (WSGI) module (http://werkzeug.pocoo.org/).

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset