Show notes
Django has a handful of console commands to help manage and develop sites.
django-rich adds color and nice formatting. Super cool.
In a recent release, django-rich also adds nice colorized tracebacks to the Django test runner.
Links:
- django-rich · PyPI
- episode 181: Boost Your Django DX - Adam Johnson
- django-crispy-forms
- Python Developers Survey 2020 Results
Learn pytest
- pytest is the number one test framework for Python.
- Learn the basics super fast with Hello, pytest!
- Then later you can become a pytest expert with The Complete pytest Course
- Both courses are at courses.pythontest.com


