On 22 March 2012 10:20, Stanwin Siow <[email protected]> wrote: > hey daniel, > > I used the johnbox version. >
I found this version has more uptodate bug fixes and features: https://github.com/dcramer/django-paypal HTH Dan > Should be ok right? > > Best Regards, > > Stanwin Siow > > > > On Mar 22, 2012, at 6:01 PM, Daniel Hilton wrote: > > On 22 March 2012 05:47, Jonathan Baker <[email protected]> wrote: > > You'll need to enable the CSRF middleware, adjust your view and make use of > > the {% csrf_token %} template tag in your template. Details can be found > > here: https://docs.djangoproject.com/en/dev/ref/contrib/csrf/ > > > > On Wed, Mar 21, 2012 at 11:35 PM, Stanwin Siow <[email protected]> > > wrote: > > > Hello, > > > I was following this tutorial on django-paypal from this link: > > http://od-eon.com/blogs/nai/django-paypal-step-step-integration/?c=619 > > > i managed to get the paypal button working but when i click return to home > > page i get a CSRF token not found. > > > Please advise on how i should continue? > > > I would appreciate any help rendered. > > > Thank you. > > > Best Regards, > > > Stanwin Siow > > > Hey! > > Which fork are you using? dcramer's on github was the best when I was > working with this last year. > > HTH > Dan > > > > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Django users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > > http://groups.google.com/group/django-users?hl=en. > > > > > > -- > > Jonathan D. Baker > > Web Developer > > http://jonathandbaker.com > > 303.257.4144 > > > -- > > You received this message because you are subscribed to the Google Groups > > "Django users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > > http://groups.google.com/group/django-users?hl=en. > > > > > -- > Dan Hilton > ============================ > www.twitter.com/danhilton > www.DanHilton.co.uk > ============================ > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. -- Dan Hilton ============================ www.twitter.com/danhilton www.DanHilton.co.uk ============================ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

