Derek Hohls

Results 91 comments of Derek Hohls

@chrisclark Have you pushed this change to the repo? It seems like a good, configurable option to have.

Yes, I did try that. My new `base_site.html` just has: ``` {% extends "admin/base.html" %} {% load admin_static %} ``` but nothing changes on the interface.

I know your tool is based on openpyxl - I see there is good support for different formats: https://openpyxl.readthedocs.io/en/default/styles.html - but it might be possible to provide wrappers around this...

Is there now an official release with all current bugs/issues addressed?

I found another example that I wrote for our internal team guidelines: Do not create values for a function parameter as part of the call to that function. This makes...

I am not the dev/owner here, but my sense is that you're trying to make one thing do too much. An alternative option is simply to provide another, free text...

> I definitely look forward to the release of django-autocomplete-light with Webcomponents. Diagnosing issues like this can be pretty tricky! Is this the only possible definitive patch to the problem...

If the information provided is insufficient to understand what I have done (the extracts I provided are similar to those shown in the DAL tutorial), please let me know what...

I tried testing this in a separate project (in case it was a issue with, for example Django Suit) - but there are no problems with that - see https://github.com/gamesbook/django-suit...