Improve PLZ functionality #26

Merged
thisfro merged 4 commits from dev into main 2023-10-15 17:30:40 +02:00
Showing only changes of commit 2707916d2f - Show all commits

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)