SAI YEWALE

Generation

typingsSat, 12 Nov 2022

write a code for aurthonage in html and javascript with database connectivity

#for importing all the modules in one go from flask import * #for creating an app app = Flask(__name__) #for creating a route to python file on which we have to work @app.route('/') def abc(): return render_template('au.html')#this render_template is used to render the html file on the browser if __name__ == '__main__': app.run(debug=True)#this debug=True is used for auto reloading of the website when any changes are occured on the website

Questions about programming?Chat with your personal AI assistant