smilerz

Results 143 comments of smilerz

``` I wanted to do it via a many to many conversion table (FoodUnitRelation) with data pulled in from that us gov json blob. Standard conversions that are not cross...

are you using the built in nginx config or did you setup your own?

The underlying components are the same,, but the interaction might be slightly different. The shopping toggle was put in to also manage “on hand” as you used a recipe, so...

Yes, you can, though might be a little unintuitive. Not arguing against it.

If it’s that important make an attempt to fix it yourself. We are doing this in our free time and for free, this type of attitude is not appreciated, and...

These are good suggestions, and probably not terribly difficult to implement, though may not get to them for a little while.

It appears you aren’t using nginx or other reverse proxy. If that is true gunicorn must be enabled. GUNICORN_MEDIA=1

Ah got it. You are serving up `/media` but your pictures are located at `/home/lsio/recipes/media`

Once you configure the alias correctly please share the relevant logs.