flask-postGIS icon indicating copy to clipboard operation
flask-postGIS copied to clipboard

an example Flask app containing PostgreSQL queries and National Parks data

Results 4 flask-postGIS issues
Sort by recently updated
recently updated
newest added

Hi, and thanks for this great webmapping example. is there an easy way to hide the /parks ans /parks/within routes at https://github.com/ryanj/flask-postGIS/blob/master/map.py#L24 from being served to public? I see they...

How does this load Cherrypy, when it is not a dependency in setup.py and you never import it into the project at the top?

You should use static versions in setup.py to prevent a newer version of a library from breaking your application.