0 of 5 questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 5 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Average score | |
Your score |
Which url pattern will call the login_page view?
urls.py (Project Folder):
urls.py (Application Folder):
What does {{name}} does in Django templates?
What happens if urls.py is edited while development server is still running?
What happens if someone request with url pattern ‘login’ without the ‘/’ (slash)?
What is the user of os.path.dirname(__file__) in this method?