PLEASE PREPARE YOURSELF VERY WELL, LEVEL 1 WAS PROBABLY HOW PEOPLE DESCRIBED LEVEL 2
- - ID and Git
- - Download file from the site
- - Asked me to do basic demonstration
- - Asked me to open app.py, asked what is os.getenv, and all the setup_config (I have 10-12 params, including SECRET_KEY, asked to explain, understood I knew it so skipped after 3-4)
- - Asked me to copy url and paste the same onto incognito mode, it asked for login, asked why is this the case (session doesn’t store the login)
- - Asked how is this possible, is there something you have done manually? (Yes) How? (Using @login_required and @admin_bp.before_request) Asked what is that, explain properly
- - Asked me to create a new route in app.py and create a template
- - Then asked me to display all users in the newly made route
- - It showed the object first, asked me to display only username
- Gave me time and allowed to refer to pages that I have made, but it was difficult.