Workshop
The workshop consists of a set of questions and answers designed to solidify your understanding of the material covered in this hour. Try answering the questions before looking at the answers.
Quiz
-
What file contains the information that Django uses to connect to the database?
-
What default file contains the configuration that Django uses to parse the location URLs?
-
What file contains the code that implements an index view for the People application in the iFriends project?
Quiz Answers
-
settings.py
-
urls.py
-
iFriends/People/views.py