Previous Page Next Page

Summary

This hour introduced the admin interface and showed you how to use it to view, create, and modify objects in the database. We covered how to install the admin interface, how to activate it in a model, and how to navigate the admin interface to create and modify an object.

We also discussed creating models in more depth. You saw some of the different types of fields that you can add to a model and which options are available to control the behavior of those fields. We also covered the relationships between different classes both within the same model and in different models.

Previous Page Next Page