save user queries in redis so that user can refresh the page and still come back to their latest task
This commit is contained in:
parent
a055c92dea
commit
d4b22deda0
7 changed files with 114 additions and 4 deletions
|
|
@ -58,7 +58,7 @@ def listing_filter_options(func):
|
|||
"--max-price",
|
||||
default=999_999,
|
||||
help="Maximum price",
|
||||
type=click.IntRange(min=0, max=40_000), # 40k for renting
|
||||
type=click.IntRange(min=0), # 40k for renting
|
||||
)
|
||||
@click.option(
|
||||
"--district",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue