shoop.order_printouts package

Submodules

shoop.order_printouts.pdf_export module

shoop.order_printouts.pdf_export.render_html_to_pdf(html, stylesheet_paths=[])[source]
shoop.order_printouts.pdf_export.wrap_pdf_in_response(pdf_data)[source]

Module contents

class shoop.order_printouts.AppConfig(*args, **kwargs)[source]

Bases: shoop.apps.AppConfig

name = 'shoop.order_printouts'
verbose_name = <django.utils.functional.lazy.<locals>.__proxy__ object>
label = 'shoop_order_printouts'
provides = {'admin_order_toolbar_button': ['shoop.order_printouts.admin_module.toolbar:SimplePrintoutsToolbarButton'], 'admin_module': ['shoop.order_printouts.admin_module:PrintoutsAdminModule']}