Gordon Wrigley
Gordon Wrigley
Instructions for running the JS dev server are available here https://github.com/tolomea/django-data-browser/blob/master/CONTRIBUTING.rst#development
@bb4L I added an extrahead block and tested to make sure I could use it to inject some CSS, instructions are in the CSS, I will spin a 3.1.4 release...
Ah, I hadn't thought of it like that, changes the way you look at it a bit. On Tue, Dec 22, 2020 at 10:09 AM L P wrote: > @tolomea...
There is lot of stuff that could potentially be done here, so I'd like to start by putting some limits on the scope. 1: Right off I'm not interested in...
4: I believe for that usecase you can override the base template with another base that extends the original and implements the body block and then have the ddb-app block...
> that's correct but the script tag's are usually inside the body Yes, they are immediately before and after what is currently the "root" div (will be the ddb-app div)...
I'm still in the middle of getting the funding stuff configured, they don't tell you at the start what the process is going to involve. Yes I can discuss additional...
Are they otherwise available in the ORM? If so you probably want to map a filter lookup, if not you might be able to hack it with a function subfield,...
I want to make all of this more pluggable somehow, I also need to improve separation through here in as part of the whole sql alchemy thing.
> As an aside, having permissions default to `True` seems potentially dangerous. Given the docs say "If you wish to use the provided permission classes in order to check object...