Previous Page Next Page

Summary

This hour discussed the basic architecture of the Django framework, including models, views, and templates. Then we discussed configuring Django in the settings.py file and some of the project commands you can run using the manage.py utility.

Then we briefly covered the admin interface that you can use to create and modify objects in your Django projects. We ended the hour by discussing what you need to do to get Django installed and running.

Previous Page Next Page