X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d69fc5f16ed739c02685e7d695abf6de59c2bf5e..d3d0f68c842db9d5fda99a388f2df96358084166:/apps/api/urls.py diff --git a/apps/api/urls.py b/apps/api/urls.py index e9b106cdc..1c2e656d1 100644 --- a/apps/api/urls.py +++ b/apps/api/urls.py @@ -37,6 +37,7 @@ def incl(request, model, pk, emitter_format): 'fragment': fragment_list_resource, 'tag': tag_list_resource, }[model] + request.piwik_track = False resp = resource(request, pk=pk, emitter_format=emitter_format) if emitter_format == 'xml': # Ugly, but quick way of stripping header and tags.