How to set up logging for just my code in Django
I’m having trouble figuring out how to set up a logger for just my app. My app is named calibration
. This is what I have in settings.py
How to run Django test names verbosely without displaying too much logging
I would like to run the tests in my Django project, displaying the test names, but without displaying the logging output of the database migrations.