vabene1111
vabene1111
i have absoulutely 0 clue on how to configure k8. There should be some other variables that are already passed to the application, you can just look at `.env` how...
it only works with environment variables, there should already be some that are passed to the app so it should be easy to just add the other ones.
you need to add whatever configuration is appropriate for you provider, they should document which ports and addresses need to be used. Tandoor just uses the default django built in...
Ok, please open a seperate issue with your findings, might be that we need to allow another setting to be passed to the djanfo mail function
So just for people having this problem in the future: I had the exact same problem (books not saving their read state after closing/opening, bookmarks not linking to the correct...
Preferred viewing units are not yet implement but are something that I want to do at some point
yes you are indeed correct. I just tested with v15 rc3 and it produces the results I would expect from this function ``` >>> from recipe_scrapers._utils import get_yields >>> print(get_yields('4...
related #2456
I think that makes sense. Its probably only software developers that know undefined as an error and None would be an error in python so probably something like "no category"...
sorry for the inconvenice on this, this was a very old inconsistency error that came up trough a migration a few month ago. You need to remove the duplicates (there...