Skip to content

Instantly share code, notes, and snippets.

@saidimu
Forked from mbrochh/gist:980463
Created January 20, 2012 01:22
Show Gist options
  • Save saidimu/1644338 to your computer and use it in GitHub Desktop.
Save saidimu/1644338 to your computer and use it in GitHub Desktop.
settings for django-shop backends
SHOP_SHIPPING_FLAT_RATE = '-30'
SHOP_SHIPPING_BACKENDS = [
'shop.shipping.backends.flat_rate.FlatRateShipping',
]
SHOP_PAYMENT_BACKENDS = [
'shop.payment.backends.pay_on_delivery.PayOnDeliveryBackend'
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment