pinax-referrals
pinax-referrals copied to clipboard
a referrals app for Django
I see a lot of references to Django HTML templates. Is this library suitable for apps that use Django only as a backend (API with Django REST Framework)? Is it...
It would be nice to use the referral in the query string of a URL. In order to have backward compatibility, this could be optional. This would have several benefits....
I am completely stuck on implementing this into my project. I followed all the settings and everything. I have no idea what to do after putting everything in the settings....
Hello! :) I am trying to create referral system in my Django project. I found your very interesting app and want to test it for this task. From documentation its...
By adding a default nullable `expired_at` field, you could provide controls for a user to create a limited time referral link as well as controls to immediately expire a link.
Currently when the user visits the referral link, a ReferralResponse entry is created. However if the user opens the same referral link multiple times, this creates multiple entries containing the...
hey, Would it be possible to create a quick referral link from the command line? thanks!