Created
May 19, 2011 09:20
-
-
Save mbrochh/980463 to your computer and use it in GitHub Desktop.
settings for django-shop backends
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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