I followed you book and it helped me alot… but my doubt is that is there any wab to make it like, a new user can create his/her own thing and should not see all the other users thing??.. any help please??
If i Regsiter as a new user, then also all the post are visible
limedaring
#2
If I’m understanding you correctly, you want a user to be able to create a link and not see other people’s things.
You could follow the exact process for the book, and just add some logic to the view which displays the Thing
. Make an if statement that checks whether the logged in visitor is the owner of that thing, and if not, redirect or 404 the page. :) Let me know if that helps!