smilerz
smilerz
You’ll need to provide web logs from swag. Tandoor isn’t going to receive the image requests.
That log just shows the 404. You’ll need a deeper level of logging or another source of logs to determine why. I agree that it would be helpful, but tandoor...
What user is running swag? The file is owned by root.
Put is to tandoor, get is from nginx. Not sure that is going to help much. It appears tandoor is accessing the file system as root, which nginx doesn’t won’t...
> An alternative to the temp tables could be to have some form of a _purge_ function in the _Units_ and _Ingredients_ pages that would delete all entries not associated...
I've noticed this and fixed it as part of model filters - but haven't had a chance to get a PR done. I think it broke when someone else was...
@vabene1111 - I haven't looked into how the dropbox stuff is integrated, but [django-storages](https://django-storages.readthedocs.io/en/latest/index.html) (which is already in the project) has a dropbox connector.
this is a good request, but I'd modify it to allow for a configurable button to be added to the nav bar.
recipes are stored in a database - you can export the recipes to file at `/export/`
You have a docker container: ``` db_recipes: restart: always image: postgres:11-alpine volumes: - ./postgresql:/var/lib/postgresql/data env_file: - ./.env ```