I want to create a two-sided benefit referral system, with different types of referrals in django using the anafero app.
I looked at this article and looked at the documentation for anafero and I cannot make sense of it. Can someone please give an simple example of:
- What database changes need to be made, i.e. which models need to be created and how the user object needs to be changed
- Which view needs to be created
- How to display the referral url in the template