From 300e535b5cbbe9c13a11c073d5935270913f4a3b Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Wed, 5 Apr 2023 18:22:34 +0200 Subject: [PATCH] Update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efae634..a68daac 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A platform where people can trade their plants. You can post what you have and s ## Tech stack - [Django](https://djangoproject.com/) -- [MariaDB](https://www.postgresql.org/) +- [Postgres](https://www.postgresql.org/) ## Admin dashboard Find it under `/admin` @@ -31,4 +31,8 @@ Searching with filters such as: | Category | `Category` | dropdown | ## Development -To get started with development, see [DEVELOPMENT.md](DEVELOPMENT.md) \ No newline at end of file +To get started with development, see [DEVELOPMENT.md](DEVELOPMENT.md) + +## Open Source Data +For calculating distances between zip codes, the `PLZ_Verzeichnis` is used. +Source: https://opendata.swiss/de/dataset/plz_verzeichnis \ No newline at end of file