Hi Folks and Happy Easter! OK, making slow but sure progress on learning Django.
I am using django-registration, have provided the simple templates required, and am to the point that a user can register (their usename, password, etc. get populated in the auth_user table of the PostgreSQL databae I am using), and receives an email. I am stuck on the activation. When I check my email and click on the link, I receive the following: "The requested URL /accounts/activate/ 637cd08106eea9b1139efd34a0fa79a5d7f90494/ was not found on this server" I had assumed that the /accounts/activate/<activation_key> folder would have been automatically generated? I added this line to my URLConf, thinking this was the reason: (r'^accounts/activate/<activation_key>/ $','registration.views.activate'), What step am I missing? Advanced Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---