From 72e9f786fa87956b11b0d77d73828a24de56db11 Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Sat, 16 Jun 2012 12:32:49 +0200 Subject: [PATCH] Updated sentry points --- pastebin/conf/settings.py | 2 +- pastebin/templates/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pastebin/conf/settings.py b/pastebin/conf/settings.py index 359edfb..3ccbcb3 100644 --- a/pastebin/conf/settings.py +++ b/pastebin/conf/settings.py @@ -117,4 +117,4 @@ INSTALLED_APPS = ( # stored in the user session. MAX_SNIPPETS_PER_USER = 25 -SENTRY_DSN = 'http://059a065b89384b9cbfca0917e5b1ba1d:96d3af5b9407448a94bedbe51c4f6677@178.79.156.5:9000/1' \ No newline at end of file +SENTRY_DSN = 'http://0afbf6df0a9749f9985059ed6c527b19:717d9800ba854149a7e7f6a501b2caa0@ohnoez.mahner.org/2' \ No newline at end of file diff --git a/pastebin/templates/base.html b/pastebin/templates/base.html index 0eb6082..d5934ae 100644 --- a/pastebin/templates/base.html +++ b/pastebin/templates/base.html @@ -36,7 +36,7 @@ {% endblock %}