How to Solve NameError: name 'static' is not defined -- django

Erorr: name 'static' is not defined

NameError: name 'static' is not defined

Solution: name 'static' is not defined

# Add the following line to the top of your code
from django.conf.urls.static import static

 

For more information:
Django static