Adam
Adam
Fixes #5
Having the app appear in Django's admin interface as "Qsessions" could be confusing for some users. It's fine if that's the default, but it would be nice if it was...
There are three browsers I know of that could use some improvement in their detection: # Ghostery This browser is available on Windows, macOS, Linux, Android, and iOS. The Android...
It would be nice if I could customize which buttons are in the button pane, for example.
This is an example (try to read what I have in the "Description" field):
Since `django-trumbowyg` depends on `Pillow`, it should be installed as a dependency.
The `trumbowyg/widgets.py` file includes `//ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js` ([source](https://github.com/sandino/django-trumbowyg/blob/d8e80c482d0022bf3081e4e4a038a2f23c119b26/trumbowyg/widgets.py#L29)). This doesn't work well in the admin for a couple reasons: 1. The admin already includes jQuery, so it's a waste to load another...