Re: django-admin.py complains about missing DJANGO_SETTINGS_MODULE

2009-07-14 Thread Dhruv Adhia
Copy your app to site-packages folder and see if that works. If you dont know where site-packages folder is , do 'which python' from command line and you will get an idea. Dhruv Adhia http://thirdimension.com On Tue, Jul 14, 2009 at 8:22 AM, Nate Reed wrote: > The

django-admin.py complains about missing DJANGO_SETTINGS_MODULE

2009-07-14 Thread Nate Reed
The admin tool is complaining about this environment variable, but I've never had this problem before on this box. I'm not sure what's changed since the last time I used it. I tried specifying the path: $ django-admin.py syncdb --settings=mysite.settings Error: Could not import settings