Install pip install django-admin-extra-buttons After installation add it to INSTALLED_APPS INSTALLED_APPS = ( ... 'admin_extra_buttons', )