url navigation error

2013-08-24 Thread KTI
i have deployed my app on a VPS and can move to various pages of my app , e.g. myIP/django-bookmarks/login or myIP/django-bookmarks/ register.however, when i click on the tabs in the app itself (e.g. register tab), it takes me to myIP/register (without the 'django-bookmarks') and then says "

url navigation error

2013-08-24 Thread KTI
i have deployed my app on a VPS and can move to various pages of my app , e.g. myIP/django-bookmarks/login or myIP/django-bookmarks/register.however, when i click on the tabs in the app itself (e.g. register tab), it takes me to myIP/register (without the 'django-bookmarks') and then says "

"no module named context_processor"

2013-06-08 Thread KTI
I'm getting this error when I try to run my project: ImproperlyConfigured at / :error importing request processor module social_auth.context_processors In the python interpreter, I can import 'Social_auth' but when I import 'context_processors', it says the same thing : no module named context