flask-postGIS
flask-postGIS copied to clipboard
an example Flask app containing PostgreSQL queries and National Parks data
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...
App.py
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.