From 2707916d2f1d2d2d646a849e47efc5ec2f1f4226 Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Sun, 15 Oct 2023 17:29:26 +0200 Subject: [PATCH] Add reminder for plzindex --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 88cd6e9..48f68d7 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ Searching with filters such as: | Name | `string` | textfield | | Category | `Category` | dropdown | +## Setup +When deploying, don't forget to pull the PLZ index and save it to the database using +``` +python manage.py getplzindex --force +``` + ## Development To get started with development, see [DEVELOPMENT.md](DEVELOPMENT.md)