Re: problem with django settings module

2006-12-12 Thread Snirp
Baurzhan Ismagulov schreef: > [...]you need to have the following environment variables set: > > PYTHONPATH = c:/temp > DJANGO_SETTINGS_MODULE = mysite.settings I did just that and it works now, thx. To recap and potentially make this post even more useful, what i learned so far: In: System p

Re: problem with django settings module

2006-12-09 Thread Baurzhan Ismagulov
On Sat, Dec 09, 2006 at 03:03:15PM -0800, Snirp wrote: > That does not work Baurzhan, still the same error. > > [C:\temp\mysite] has now been set in the following locations: > > - As a value of the system variable "DJANGO_SETTINGS_MODULE" > - In sys.path > - As a PYTHONPATH windows registry valu

Re: problem with django settings module

2006-12-09 Thread Snirp
That does not work Baurzhan, still the same error. [C:\temp\mysite] has now been set in the following locations: - As a value of the system variable "DJANGO_SETTINGS_MODULE" - In sys.path - As a PYTHONPATH windows registry value None of this works. --~--~-~--~~~---

Re: problem with django settings module

2006-12-09 Thread Baurzhan Ismagulov
Hello Snirp, On Sat, Dec 09, 2006 at 08:20:02AM -0800, Snirp wrote: > environment variable DJANGO_SETTINGS_MODULE undefined I assume mysite is the project you've created under c:\temp using "django-admin.py startproject mysite". To use the shell, you need to have the following environment variab

Re: problem with django settings module

2006-12-09 Thread Snirp
Well, i succeeded in importing the path into sys.path by making a ".PTH" file. This however did not solve anything yet. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, s