You should change the site domain name example.com to 127.0.0.1:8000
check in your django-site table.. http://www.example.com/accounts/activate/
637cd08106eea9b1139efd34a0fa79a5d7f90494/  for instance
http://127.0.0.1:8000/accounts/activate/
637cd08106eea9b1139efd34a0fa79a5d7f90494/

On Apr 13, 12:55 am, Angel Cruz <mrangelc...@gmail.com> wrote:
> Eh,
> Never mind.  Something is wrong with my root url (fixing the link from the
> email activated the account).
>
> I will fix it.
>
> On Sun, Apr 12, 2009 at 12:21 PM, MrBodjangles <mrangelc...@gmail.com>wrote:
>
> > 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to