How to Solve NameError: name 'TEST_AUTH' is not defined -- zticketviewer
Solution: Import the 'TEST_AUTH' module
# Add the following line to the top of your code
from zticketviewer.config import TEST_AUTH
For more information:
zticketviewer TEST_AUTH