i'm confused on the --settings option on manage.py.

if i have a project call foo, i'd have in ./foo/settings.py

to run: python manage.py runserver 8080

let's say i have a bar.settings.py which contains different values
(like test database to use or something), i'm trying to run:

python manage.py runserver --settings=bar.settings 8080 (and maybe
combintations of), but keep getting some derivations of: "Could Not
Import settings...is it on the sys.path, no module named bar.settings.

thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to