First time here? Check out the FAQ!

alvinsj's profile - activity

2011-10-12 00:49:07 -0500 commented answer Django error: VariableDoesNotExist: Failed lookup for key [request] in u'[{}]'

@Fabio how you solve the problem? @Evgeny, I checked all above but it still happens, I restarted the whole installation process, and it still goes back to same error.

2011-10-04 16:30:38 -0500 received badge Teacher ( source )
2011-10-02 23:20:23 -0500 commented answer Django error: VariableDoesNotExist: Failed lookup for key [request] in u'[{}]'

ROOT_URLCONF = os.path.basename(os.path.dirname(file)) + '.urls'

2011-10-02 23:20:21 -0500 commented answer Django error: VariableDoesNotExist: Failed lookup for key [request] in u'[{}]'

i used askbot-setup for the project, and urls.py remains the same, root url conf is here> ROOT_URLCONF = os.path.basename(os.path.dirname(file)) + '.urls'

2011-10-01 04:02:24 -0500 answered a question Django error: VariableDoesNotExist: Failed lookup for key [request] in u'[{}]'

the urls.py is there, but the error still exists. I am using the source from github to deploy on a ubuntu server.