From 1477d7181f8fa24255466a69805caf6d61556da4 Mon Sep 17 00:00:00 2001 From: MeredithAnya Date: Fri, 3 Nov 2017 11:22:46 -0700 Subject: use abspath --- docs/integrations/django.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/django.rst b/docs/integrations/django.rst index 1bd634d..b39d692 100644 --- a/docs/integrations/django.rst +++ b/docs/integrations/django.rst @@ -28,7 +28,7 @@ Additional settings for the client are configured using the 'dsn': '___DSN___', # If you are using git, you can also automatically configure the # release based on the git info. - 'release': raven.fetch_git_sha(os.path.dirname(os.pardir)), + 'release': raven.fetch_git_sha(os.path.abspath(os.pardir)), } Once you've configured the client, you can test it using the standard Django -- cgit v1.2.1