From af7026a3d69ec131d3112749ec04b010f3b98b9b Mon Sep 17 00:00:00 2001 From: Guillaume Duveau Date: Thu, 14 Mar 2019 22:34:27 +0100 Subject: [PATCH] link to ZipAround --- .gitignore | 1 + doc/0.getting_started.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 52a2676..6944d34 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ data_rework/ .env weboob .htpasswd +.vscode \ No newline at end of file diff --git a/doc/0.getting_started.md b/doc/0.getting_started.md index 3afab9d..b807745 100644 --- a/doc/0.getting_started.md +++ b/doc/0.getting_started.md @@ -222,3 +222,9 @@ schema might change from time to time. Here is how to update it automatically: * First, edit the `alembic.ini` file and ensure the `sqlalchemy.url` entry points to the database URI you are actually using for Flatisfy. * Then, run `alembic upgrade head` to run the required migrations. + +## Misc + +### Other tools more or less connected with Flatisfy + ++ [ZipAround](https://github.com/guix77/ziparound) generates a list of ZIP codes centered on a city name, within a radius of N kilometers and within a certain travel time by car (France only) \ No newline at end of file