How to Solve NameError: name 'CompactInline' is not defined -- jet

Erorr: name 'CompactInline' is not defined

NameError: name 'CompactInline' is not defined

Solution: Import the 'CompactInline' module

# Add the following line to the top of your code
from jet.admin import CompactInline

 

For more information:
jet CompactInline