Set listprice for poster to be without hanger (#44)

This commit is contained in:
Anders Gustafsson
2021-11-02 11:55:41 +01:00
committed by GitHub
parent 05bc663562
commit a5a05b0df5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ $ pip install -r requirements.txt
## Local testing with docker
Make sure you edit `docker-compose.yml` with correct environment variables.
This will launch the production image and listen on port 1881.
This will launch the production image and listen on port 1881. Note that this requires rebuild to reflect any code changes.
```
$ docker-compose up --force-recreate --build -d
```
+1 -1
View File
@@ -620,7 +620,7 @@ def list_prices_posters(market_id):
width=30,
height=30,
market=market,
hanger=True,
hanger=False,
designer=poster.product.designer,
)
return jsonify(result)