Skip to content

Commit 2f96326

Browse files
authored
Update README.md
Added a note on getting the browser name and version in django.
1 parent 3980a76 commit 2f96326

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ def main(argv=None):
149149
return 0
150150
```
151151

152+
If you are using Django, we recommend that you look at [django user agents](https://github.com/selwin/django-user_agents) as a simple and quick way of getting the browser's name and version rather than parsing the user agent yourself. The library also allows you to use the client browser in the template, allowing you to modify the front end to the error accordingly. Please note that this library is _not maintained by Trakerr_.
153+
152154
## An in-depth look at TrakerrClient's properties
153155
TrakerrClient's constructor initalizes the default values to all of TrakerrClient's properties.
154156

0 commit comments

Comments
 (0)