alvinsj's profile - activity

13 years ago 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.

13 years ago received badge Teacher ( source )
13 years ago commented answer Django error: VariableDoesNotExist: Failed lookup for key [request] in u'[{}]'

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

13 years ago 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'

13 years ago 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.