How to Solve NameError: name 'Config' is not defined -- flask_integrum

Solution: Import the 'Config' module

# Add the following line to the top of your code
from flask_integrum.config import Config

 

For more information:
flask_integrum Config