link to ZipAround

This commit is contained in:
Guillaume Duveau 2019-03-14 22:34:27 +01:00
parent b60179ab54
commit af7026a3d6
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ data_rework/
.env
weboob
.htpasswd
.vscode

View File

@ -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)