Previous Page Next Page

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.Which file is used to configure Django projects?
2.Which utility would you use to install new applications to a Django project?
3.Where can you go to create new objects in your website?

Quiz Answers

1.The settings.py file.
2.The manage.py utility.
3.The Django admin interface for the website.

Previous Page Next Page