
Lacey Williams Henschel
Treehouse Guest Teacher
Member Since February 10, 2015
Topics & Specialties
Courses & Workshops I've Taught
-
- 1
- 2
- 3
Customizing the Django Admin
The Django Admin is a powerful and free tool that Django gives you to help you manage the content on your site. Customizing the admin makes it easier for you, and the other administrators of your website, to get things done quickly. The built-in admin that ships with Django is great, and there is room to put your own spin on it. Learn how to customize the look and functionality of the Django Admin site to make it even more useful.
-
- 1
- 2
- 3
Customizing Django Templates
In Django Basics, you learned how to set up the skeleton of a video tutorial library. But for a real-world application, you’d probably want more flexibility and functionality in your websites. Django offers lots of built-in options for using templates to make your site dynamic and flexible, and makes it easy for you to build the extra things you need. In this course, learn about more complex template inheritance, how to make use of the vast array of built-in tags and filters Django has, and how to grow your own tags and filters for the functionality that Django doesn’t provide. By the time you finish this course, you will have a deeper understanding of how you can make Django’s templates work for your project, as well as a fully fleshed out video tutorial site!