Add reminder for plzindex
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Jannis Portmann 2023-10-15 17:29:26 +02:00
parent ac2403bfb8
commit 2707916d2f

View file

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