diff options
| author | Meredith <meredith@getsentry.com> | 2016-10-18 12:55:55 -0700 |
|---|---|---|
| committer | Meredith <meredith@getsentry.com> | 2016-10-18 12:55:55 -0700 |
| commit | 9fa13b3bcd31b7eab7cdd68271583426f76851ef (patch) | |
| tree | 5e59b76370eb4f63cef37ec7a5eb2423df3e94a9 | |
| parent | e5067477afa9365eb0ee8bebce2939dc155d705a (diff) | |
| download | raven-change-django-release-path.tar.gz | |
release path changechange-django-release-path
| -rw-r--r-- | docs/integrations/django.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/integrations/django.rst b/docs/integrations/django.rst index bc9beeb..f3e5ef5 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.join(os.path.dirname(__file__), "..")), + 'release': raven.fetch_git_sha(os.path.join(os.path.dirname(__file__), '..')), } Once you've configured the client, you can test it using the standard Django |
