Quiz on Django Applications
Take a quiz to test the concepts that we have covered so far.
Technical Quiz
1.
Choose the Python script that will handle all the requests and send an HttpResponse
object in return.
A.
urls.py
B.
settings.py
C.
views.py
D.
asgi.py
1 / 5