burke-software / django-mass-edit

Make bulk changes in the Django admin interface
155 stars 68 forks source link

Integration with django-suit #3

Closed gamesbook closed 11 years ago

gamesbook commented 11 years ago

This might be a stretch, and I know its "out of the core focus", but I would appreciate it if you could look at the option of providing templates that make mass-edit compatible with the "look and feel" of django-suit. This is the best package I have seen for admin interface customisation, and the developer is working hard to ensure that third-party apps can integrate with it.

https://github.com/darklow/django-suit/ and https://github.com/darklow/django-suit/issues/3

Thanks!

bufke commented 11 years ago

I'd be happy to look at a pull request if you'd like to build this. You can also just override the templates I use. I suspect you could just extend their base_site html template and copy in my template to get a decent look and feel. This is a different project but you can see how I usually do things like this to give them a grappelli look and feel. https://github.com/burke-software/django-sis/blob/master/templates/report_builder/report_form.html

I use grappelli myself so I don't have any interest in supporting this myself.

I also do consulting if you wanted to pay me to add support.

Cheers.

gamesbook commented 11 years ago

What sort of price would it be to add this support? (I'm sorry, buy I cannot tell from the example you showed how I might approach this in my case)

bufke commented 11 years ago

Email me at david at burkesoftware.com

gamesbook commented 11 years ago

I have used the contact form on the company page.

bufke commented 11 years ago

Closing this as there are no current plans to implement it.

gamesbook commented 11 years ago

I'd still appreciate it if you could supply the information about exactly which files I need to change / adapt. I could contribute back to the project if needed.