How to Solve NameError: name 'STYLE_CHOICES' is not defined -- snippets
Solution: Import the 'STYLE_CHOICES' module
To Solve the error, add the following line to the top of your code.
from snippets import STYLE_CHOICES
For more information:
Python snippets STYLE_CHOICES