pinax / pinax-referrals

a referrals app for Django
MIT License
216 stars 74 forks source link

NoReverseMatch #42

Open Jiroscopes opened 6 years ago

Jiroscopes commented 6 years ago

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. I get a button that generates some JSON data in a new page every time, and I go to the code it provides and it just says:

NoReverseMatch at /referrals/pTgUXHmiIOeuWDw9yBngUFIyBr011NGt7NoYafZd/

All I want is for people to click the button and it spits out a link for them to use, and then someone can go to it and it will add a counter to the original person's profile. I find the instructions unclear in the way of getting something simple started. Any help is appreciated.

KatherineMichel commented 4 years ago

@Jiroscopes Are you using it with a pinax-starter-project, or did you add it to a non-pinax project?