Shipment Modules

djWarehouse has been build to support any number of custom shipment and payment modules.

Typically, you can write your own Django application and plug it in.

This is done by satisfying a number of requirements:

  • Unpack your shipment module, or start development of new one by using:
    ./manage.py startapp !MyCustomShipment
    
  • Go to /admin/ - Shipment methods - Add and specify parameters, like module title, description, module and function. Suppose you have module 'MyCustomShipment', then you can specify module as djWarehouse_custom.MyCustomShipment.views and function as calculate