How to Solve NameError: name 'RootFactory' is not defined -- smarter_common

Solution: Import the 'RootFactory' module

# Add the following line to the top of your code
from smarter_common.security.root_factory import RootFactory

 

For more information:
smarter_common RootFactory