-
1
Which ORM are you using? SQLAlchemy
-
2
What is SQLAlchemy?
-
3
What is url_for?
-
4
What is the difference between request.form.get{ } and request.form[ ] as I used this in my code?
-
5
Asked about which join i used in my code
-
6
Types of join
-
7
Asked question on session
-
8
What is template inheritance?
-
9
In search functionality, asked me to search campaigns and then asked me to show the length like how many campaigns are found?
-
10
CSS head, h3, h5, etc.
-
11
What if a hacker tries using SQL injections in the flask forms?
-
12
CSRF
-
13
If I change the url_for(home) to home_page, what will happen?
-
14
Cascade delete in db
-
15
What if I login, then close the tab and reopen it? Will I still be logged in?