Hello, I’m a newbie trying to learn Django, I followed the exact same steps as described here, and had an error on the 7th step. the name 'base' is not defined, I think you forgot to include this line in 'manage.py' on line 5 : "from project_name.settings import base"