fixes in setup

This commit is contained in:
Anand Doshi
2012-04-27 15:30:23 +05:30
parent 44279f87b4
commit 1ed4ef1946
13 changed files with 623 additions and 167 deletions

View File

@@ -50,8 +50,8 @@ def init():
return True
except webnotes.AuthenticationError, e:
return True
except webnotes.UnknownDomainError, e:
print "Location: " + (conf.redirect_404)
#except webnotes.UnknownDomainError, e:
# print "Location: " + (conf.redirect_404)
except webnotes.SessionStopped, e:
if 'cmd' in webnotes.form_dict:
webnotes.handler.print_json()