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
1. | What file contains the information that Django uses to connect to the database? |
2. | What default file contains the configuration that Django uses to parse the location URLs? |
3. | What file contains the code that implements an index view for the People application in the iFriends project? |
Quiz Answers
1. | settings.py |
2. | urls.py |
3. | iFriends/People/views.py |