There is only one g in Django and it is the second one.
Edit: Now that you've changed the question, you need to set the environment variable it mentions to point to your settings.py file.
Assuming you are in the folder containing your site...
On windows - set DJANGO_SETTINGS_MODULE=settings
On Linux/OSX - export DJANGO_SETTINGS_MODULE=settings
python
from django.db import models
