Worked my way through various errors and got everything to work except the activation link. Whenever I click on the activation link I get the following error. Any help would be greatly appreciated.
File "/usr/lib/custom/pythonenv/django1.1/lib/python2.5/site-packages/django/core/handlers/base.py", line 92, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/home/dsc/domains/test.com/public_html/dsc/registration/views.py", line 80, in activate
return redirect(to, *args, **kwargs)
File "/usr/lib/custom/pythonenv/django1.1/lib/python2.5/site-packages/django/shortcuts/__init__.py", line 50, in redirect
return redirect_class(urlresolvers.reverse(to, args=args, kwargs=kwargs))
File "/usr/lib/custom/pythonenv/django1.1/lib/python2.5/site-packages/django/core/urlresolvers.py", line 341, in reverse
*args, **kwargs)))
File "/usr/lib/custom/pythonenv/django1.1/lib/python2.5/site-packages/django/core/urlresolvers.py", line 291, in reverse
"arguments '%s' not found." % (lookup_view, args, kwargs))
NoReverseMatch: Reverse for 'registration_activation_complete' with arguments '()' and keyword arguments '{}' not found.
Thanks
Johnny