Oleg Agapov
Oleg Agapov
Sorting with multiple columns is done in the way you'd expect: - it sorts by first column - then, previously sorted data is sorted by second column - and so...
Hi, Indeed, I may have missed auto incrementing during DB creation. Will take a look. How can you find my chapter in terms of explanations? Was it easy to follow?...
Hi Will, Yes, I'm planning to cover all those topics in the second part of that chapter. Thanks for the feedback!
Ok, thank you, that's what I thought. Implementing a way to overwrite those default parameters would be ideal (because I spotted only one edge case, but there might be others).
@micromachine could you show your code?
Hi @madslundgaard Yeah, I did it with `pip freeze > requirements.txt` so it put there all the dependencies as well. Will fix it, thanks!
Seems like your uwgi server uses system python instead of virtual environment. You need either configure your server to use virtual environment or setup all packages globally. I'd go with...
Indeed, it is a bit confusing in Flask that you have to follow this slash strictly. I recommend just adding a trailing slash to the route definition and use it...
Can confirm, as of now (Oct 2) the official way of integration doesn't work with Vue 3. Had to go with CDN inclusion directly to HTML, and this way it...
Having the same issue with Calendar. 2FA went well, other APIs seems to be working (checked with devices).