]> git.parisson.com Git - diggersdigest.git/commitdiff
remove google tools (needs south)..
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 30 Sep 2015 00:34:41 +0000 (02:34 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 30 Sep 2015 00:34:41 +0000 (02:34 +0200)
app/diggersdigest/local_settings.py
app/diggersdigest/settings.py
app/templates/base.html

index 188f580394c1371608b44ac04ed9a6430eb4455a..2b3ecc07b8a52741ddd5d97d914babf3a4d63f94 100644 (file)
@@ -63,3 +63,9 @@ FILEBROWSER_SELECT_FORMATS = {
 #     "SECRET_KEY": SECRET_KEY,
 #     "NEVERCACHE_KEY": NEVERCACHE_KEY,
 # }
+
+
+EMAIL_HOST = 'ns224730.ovh.net'
+EMAIL_PORT = '25'
+DEFAULT_FROM_EMAIL = 'mr.ash@diggersdigest.com'
+
index 6c854a5d57c8635ed27a3dfc90d774eb35d09e23..f7a6ffa0a08683cda6b81ede9aa6f5c5bcad44a5 100644 (file)
@@ -368,7 +368,7 @@ INSTALLED_APPS = (
     "payments.multipayments",
     'paypal.standard.ipn',
     "records",
-    "googletools",
+#    "googletools",
 )
 
 # List of processors used by RequestContext to populate the context.
index d105bfeb27304e12df74db44bcd6f4416b99dd6e..2d3c8fa11dc95986ab63c9afe4b4e86ac2db6ff1 100644 (file)
@@ -1,7 +1,6 @@
 <!doctype html>
 <html lang="{{ LANGUAGE_CODE }}"{% if LANGUAGE_BIDI %} dir="rtl"{% endif %}>
 {% load pages_tags mezzanine_tags i18n staticfiles %}
-{% load googletools %}
 <head>
 <meta http-equiv="Content-type" content="text/html; charset=utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <link rel="shortcut icon" href="{% static "img/favicon.ico" %}">
 <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
 
-{% block analytics %}
-{% site_verification_code %}
-{% analytics_code %}
-{% endif %}
-{% endblock analytics %}
-
 {% ifinstalled mezzanine.blog %}
 <link rel="alternate" type="application/rss+xml" title="RSS" href="{% url "blog_post_feed" "rss" %}">
 <link rel="alternate" type="application/atom+xml" title="Atom" href="{% url "blog_post_feed" "atom" %}">