Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

add a new button in the index of the page wagtail

from django.contrib.admin import ModelAdmin

class ProductAdmin(ModelAdmin):
   model = Product
Source by timonweb.com #
 
PREVIOUS NEXT
Tagged: #add #button #index #page #wagtail
ADD COMMENT
Topic
Name
5+9 =