-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it suitable with a DRF project? #54
Comments
There's actually just one template in this app:
Referral.record_response might be the starting point... ? https://github.com/pinax/pinax-referrals/blob/71b4d2fcadb9137537984359c1aca145a3c780e0/README.md#referralrecord_response
|
@SHxKM Don't know if this is of interest to you, but @rosscdh has opened a PR in pinax-comments with the intention of starting a discussion about implementing DRF. Adding DRF into Pinax is probably more opinionated than what the original authors intended (Pinax also includes pinax-api btw, which alas hasn't been updated in a while), but I'd be interested to know what @paltman and @jtauber think. You can always fork the repo and add DRF yourself too. pinax/pinax-comments#30 |
Yes for djangorestframework==3.12.4 its is most compatible , not sure about payment . |
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 possible to only record referral action on (for example) payment rather than visits/registrations?
The text was updated successfully, but these errors were encountered: