Good day expert, am trying to direct user to a web page if login is okay in python but does not work
if username==okay and password == okay:
# direct to success_page.py
print "Location: success_page.py\r\n";
else:
direct to errorpage.py
the code does not work as the web page is not word message and cannot be printed. any help
thanks