Hello, I successfully set up django-registration on my local machine to the point of being able to load a url and attempt to load the template. However, I'm trying to set it up on Dreamhost and keep getting "An unhandled exception was thrown by the application." The only thing I had to do differently was to add django-registration to my PYTHONPATH which imports fine when running the python interpreter. when I comment out registration from INSTALLED_APPS everything is fine, do I need to add something else to my .bash_profile:
export PATH=$HOME/bin:$HOME/projects/django/trunk/django/bin:$PATH export PYTHONPATH=$HOME/projects:$HOME/projects/django/trunk:$HOME/ projects/flup/trunk:$HOME/projects/django-registration:$PYTHONPATH Thanks, J --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---