show/hide this revision's text 3 added 234 characters in body

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

show/hide this revision's text 2 Updated.

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.

show/hide this revision's text 1

There is only one g in Django and it is the second one.