On 8/28/07, Rob Hudson <[EMAIL PROTECTED]> wrote: > Has anyone else noticed this? Isn't "./manage.py" supposed to set up > the settings module correctly?
manage.py just tries to import the settings module directly; it basically assumes that '.' is on your sys.path, that "settings" is the name of your settings module, and that the current working directory contains the settings module. Is it possible any of those things changed? --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---