Hi,

yes I know this topic exist, bud:

I follow this book:

http://www.djangobook.com/en

and I can do all the nice things up to the database chapter. I use SVN to 
save my data and to transfer to other computers. I'm wondering: it does not 
working on the 'new' machine. Every time I got error message: can't find 
<project-name>.settings. Ok. I try a new project: All is working fine. I 
transfer my data to a new machine: same like before: only error messages. 
In between I read the 'complete internet' to fix this issue and try all 
'solutions'...

My problem is: is there another place where django stores settings (yes i 
know the default_settings). I can change something in settings and django 
ignores this (I believe). My last try: set  PYTHONPATH to 
<comlete/path/to/django/project>. Wow, it works - one time. What is the 
right way to set path to settings module? I also try sys.path.append in 
settings/manage/wsgi. 

To test I install django in Windows (with Python XY): same problem. No way 
to settings.

Cheers

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/471379d9-a3c0-446d-b414-6e66ec501de4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to