Re: an error about DJANGO_SETTINGS_MODULE

2010-07-22 Thread Chris Rebert
On Thu, Jul 22, 2010 at 1:14 AM, aimeixu wrote: > Hi, > I use python Django framework to make a bookmark website, when I clicked >  login button on  the user login page .and I  import "from > django.contrib.auth.models import User" in the console,It will occur the > following error: from djan

an error about DJANGO_SETTINGS_MODULE

2010-07-22 Thread aimeixu
Hi, I use python Django framework to make a bookmark website, when I clicked login button on the user login page .and I import "from django.contrib.auth.models import User" in the console,It will occur the following error: >>> from django.contrib.auth.models import User Traceback (most rece