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 "
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 "
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
3 matches
Mail list logo