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
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 = (
2 matches
Mail list logo