13 Django power tools
This chapter covers
- Django Debug Toolbar
- General-utility libraries
- Django Admin beautification
- Prettier forms
- Favicons
- Feature flags
- Generating static sites
One of Python’s mantras is batteries included, meaning the language should include everything you need to build your project. Ironically, Python has an incredibly rich ecosystem of add-ons. The batteries may be included, but there is a pretty big battery store with all sorts of variety. Django embraces this same attitude: the framework contains everything you need to build a website. Like with Python, Django has plenty of third-party tools to make your life easier. This chapter covers a few of the libraries I just can’t live without. Before writing any kind of ...
Get Django in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.