Im have been having trouble migrating django project to apache server. I think that python cannot find django registration but it is installed in: /home/user/lib/python2.7/django_registration-2.0.4.dist-info. but i also have python2.7 in: /home/user/webapps/myproject/lib/python2.7. I tried moving django registration to the second path to no avail.
I need help pointing django registration to the python module search path. According to webfaction docs it says, "you must add $HOME/webapps/django_app/lib/python2.7 to the Python module search path"
Thanks for the help before i start ripping out my hair!