Bob Donahue

Results 10 issues of Bob Donahue

We've used this package on a site (American Experience) and while it's done a great job for several years, we're getting complaints from some users that their browser is being...

First - THANK YOU for doing this - it has helped me with a project requirement "issue" on short order, and - as advertised - installing and configuring your code...

enhancement

(I feared this would be the case) If you install everything and set it up, if you're also using Django CMS, the spyglass icon doesn't appear. (I don't know why...

Given a model with an HTMLField using the CK Editor widget in the Admin, the widget behaves properly when using the "Source" feature. However, if that model is used as...

stale

Are there any coherent installation instructions? It seems like it's dependency hell with a lot of hacking JUST to get the code to run. My end goal is to get...

I've installed everything, and started by copying examples. At first I thought this was a miracle (because the setup is so easy and the instructions are so well-written). But then...

The only example in the configuration of ADMIN_REORDER that works is using the app name with no other customization, e.g., 'site'. Every other configuration results in nothing showing up. Does...

Is it possible to further customize the template manually? Is it just a case of copying the main template from the repo into one's own /templates/admin and going from there?

I have a model that I'm trying to copy using the Admin's save_as (= True). If the NestedInline model has an ImageField, you get the error that the ImageField file...

At present the forms.py has NUM_COLUMNS set from 1-10 but the choices are hard-coded. Ideally it should be customizable (e.g., to limit the choices from 1-4 instead of the default...