Login to add a question
Please login from student email id only (@ds.study.iitm.ac.in).
Student Google login
-
1
L2 mad 1) executed full project 2) replace user id with drop from db with user IDs and select that value to login 3) like use in database ? 4) app.py explain first 25 lines 5) how to add new col in db 6) how to read drop down value and check its value in db 7) when to use unique and nullable in db 8) http vs https 9) why db.ini and 9) reference vs xref use in app 10) write for loop on jinja + all such many more ... Basically anything in your code even keyword can be question for you...so just read your code before appearing for l2 including import statementTimes asked 1Official solution
SimpleJinja for loop list render karta hai. loop.index, else branch empty list pe.
Example
{% for u in users %} <tr><td>{{ loop.index }}</td><td>{{ u.email }}</td></tr> {% endfor %}Community answers
No replies yet
No community answers yet
Open My solution to be the first to share yours.
My solution
Not submitted yet
Advice: You cannot write full code and run ...but you should be able to explain right spot to write the code and logic of what you want to write