django-ptrack icon indicating copy to clipboard operation
django-ptrack copied to clipboard

Tracking pixel library for Django

Results 7 django-ptrack issues
Sort by recently updated
recently updated
newest added

The default branch name for repositories created on GitHub is now main. See [github guidance](https://github.com/github/renaming)

It would be helpful if the default encoder used the DjangoJsonEncoder class for the JSON conversion to automatically handle types like uuid. This is what happens when you pass a...

Hi Can you add some more information in the readme about how to use it for emails? If I understand correctly, I can do something like: ``` from ptrack.templatetags.ptrack import...

I handle url normalization with a post processor. It would be handy if PTRACK_APP_URL could be an empty string. Not a lot of work but I had to do this:...