Re: Adding custom javascript to admin

2014-01-21 Thread Larry Martell
On Tue, Jan 21, 2014 at 9:08 AM, Larry Martell wrote: > I have a model that I need to add some custom javascript processing to > its admin form, which is this: > > class CategoryAdmin(admin.ModelAdmin): > radio_fields = {"data_path_ip": admin.HORIZONTAL} > list_display = ('name', 'event_pa

Adding custom javascript to admin

2014-01-21 Thread Larry Martell
I have a model that I need to add some custom javascript processing to its admin form, which is this: class CategoryAdmin(admin.ModelAdmin): radio_fields = {"data_path_ip": admin.HORIZONTAL} list_display = ('name', 'event_path', 'data_path', 'file_spec', 'data_path_ip') list_filter = (