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

Referral links implementation for Django

Results 4 django-reflinks issues
Sort by recently updated
recently updated
newest added

Hi! 👋 I see that some work has been done to create version 0.6.0. Are there any plans to release it on PyPI? Thank you!

Thanks again for building this repo! Usually when forking a django app repo I see a `manage.py` file - this PR simply adds one that I adapted from [django-extensions](https://github.com/django-extensions/django-extensions/blob/master/manage.py). I'm...

One of my customers uses Hubspot for their referrals, which adds a tremendous amount of cruft to their tracking links. For instance, this is the automated link created by a...

Thanks for building this! In a Chrome incognito window, `REMOTE_ADDR` is a null value so this library throws the IntegrityError above. I suggest allowing `null=True, blank=True` on this field to...