]> git.parisson.com Git - diggersdigest.git/commitdiff
no comments
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 8 Oct 2015 22:07:08 +0000 (00:07 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 8 Oct 2015 22:07:08 +0000 (00:07 +0200)
app/diggersdigest/local_settings.py
app/diggersdigest/settings.py

index 2b3ecc07b8a52741ddd5d97d914babf3a4d63f94..dee156164d661bbfed981265e790e592f32dc213 100644 (file)
@@ -1,5 +1,5 @@
 
-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"
@@ -65,7 +65,9 @@ FILEBROWSER_SELECT_FORMATS = {
 # }
 
 
-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]"
 
index f7a6ffa0a08683cda6b81ede9aa6f5c5bcad44a5..607e01c8e23d1204a3b83f3eb1fcc4673b0c34c4 100644 (file)
@@ -97,6 +97,7 @@ USE_MODELTRANSLATION = False
 
 SEARCH_MODEL_CHOICES = ('shop.Product',)
 
+COMMENTS_ACCOUNT_REQUIRED = True
 
 ######################
 # CARTRIDGE SETTINGS #
@@ -197,7 +198,7 @@ SECONDARY_PAYMENT_PROCESSORS = (
 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)