Results 19 comments of Oli Warner

Great point there @jsocol! I just wrote this little appconfig module for our purposes. Note that this is doing more than just installing AdminPlus, it sets titles, wraps with a...

Or patch AdminSitePlus with a site property to point to itself.

This has been handled in exactly the wrong way. Removing signalling callers without removing the signals themselves means there are chumps like me doing upgrades and **_some time later_** finding...

@peppelinux It's hard to see how to best unravel 343c7e4c56b362e5bca83335abb8063a93682866 If signals are going to carry on existing, reverting most of it seems most sensible. If they're not, I do...

Definitely. I really appreciated signals as a way to hook this behaviour. They were much easier than inheriting a CBV, overriding methods within that, pointing an extra URL to your...

Also spent a bizarre amount of time banging my head against the wall, at first just suffering with 3s long pageloads in dev and then trying to profile out the...

Like many people I've hit this problem before. I fixed it by manually extracting tags from all my pages and sorting them to show similar tags, before going back in...

Thanks for replying so quickly. The rolling releases change their system information much more regularly so trying to to infer users from that seems unnecessarily messy. That's where linking the...

Same boat. Bulma v1 is a real pig with variables. I've just seen your thread on Bulma. With PostCSS's new variables option (which kicks out unused vars) and postcss-variable-compress, I'm...

Apologies for ignoring this. I'm keen to keep the project agnostic in terms of structural things like DRF. It raises a lot of challenges: - I use sessions heavily to...