Set listprice for poster to be without hanger (#44)
This commit is contained in:
@@ -16,7 +16,7 @@ $ pip install -r requirements.txt
|
|||||||
|
|
||||||
## Local testing with docker
|
## Local testing with docker
|
||||||
Make sure you edit `docker-compose.yml` with correct environment variables.
|
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
|
$ docker-compose up --force-recreate --build -d
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -620,7 +620,7 @@ def list_prices_posters(market_id):
|
|||||||
width=30,
|
width=30,
|
||||||
height=30,
|
height=30,
|
||||||
market=market,
|
market=market,
|
||||||
hanger=True,
|
hanger=False,
|
||||||
designer=poster.product.designer,
|
designer=poster.product.designer,
|
||||||
)
|
)
|
||||||
return jsonify(result)
|
return jsonify(result)
|
||||||
|
|||||||
Reference in New Issue
Block a user