-DEBUG = True
+DEBUG = False
# Make these unique, and don't share it with anybody.
SECRET_KEY = "+3b01&_6_m@@yb4f06$s0zno8vkybh81nbuj_q(xzk+xeih1+s"
# }
-EMAIL_HOST = 'ns224730.ovh.net'
+#EMAIL_HOST = 'ns224730.ovh.net'
+EMAIL_HOST = '92.222.72.152'
EMAIL_PORT = '25'
-DEFAULT_FROM_EMAIL = 'mr.ash@diggersdigest.com'
+DEFAULT_FROM_EMAIL = 'admin@diggersdigest.com'
+EMAIL_SUBJECT_PREFIX = "[Digger's digest]"
SEARCH_MODEL_CHOICES = ('shop.Product',)
+COMMENTS_ACCOUNT_REQUIRED = True
######################
# CARTRIDGE SETTINGS #
PAYPAL_CURRENCY = "EUR"
# Business account email. Sandbox emails look like this.
-PAYPAL_BUSINESS = 'pellerin@parisson.com'
+PAYPAL_BUSINESS = 'mr.ash@diggersdigest.com'
PAYPAL_RECEIVER_EMAIL = PAYPAL_BUSINESS
# Use this to enable https on return URLs. This is strongly recommended! (Except for sandbox)