How to solve NameError: name 'admin' is not defined

Erorr: name 'admin' is not defined

NameError: name 'admin' is not defined

Solution: name 'admin' is not defined

# Add the following line to the top of your code
from django.contrib import admin

 

For more information:
Django admin