Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/integrations/django.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down