Login to add a question
Please login from student email id only (@ds.study.iitm.ac.in).
Student Google login
-
1
Define ORM, Flask, types of storage, get post method, status code in terminal, routing, why different hash value ,Times asked 1Official solution
SimpleGET data read/show karta hai (idempotent). POST create/submit karta hai (form).
Example
@app.route('/login', methods=['GET', 'POST']) def login(): if request.method == 'POST': # validate + session ... return render_template('login.html')Community answers
No replies yet
No community answers yet
Open My solution to be the first to share yours.
My solution
Not submitted yet