hello, this might help:
http://www.djangoproject.com/documentation/settings/#using-settings-without-the-django-settings-module-environment-variable cheers konstantin On Mar 6, 2:05 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I think I need to clean out old sessions, but when I try to manually > run daily_cleanup.py from the command line, I'm getting: > > Traceback (most recent call last): > File "daily_cleanup.py", line 8, in ? > from django.db import backend, connection, transaction > File "/home2/baxter/lib/python2.4/django/db/__init__.py", line 7, > in ? > if not settings.DATABASE_ENGINE: > File "/home2/baxter/lib/python2.4/django/conf/__init__.py", line 27, > in __getattr__ > self._import_settings() > File "/home2/baxter/lib/python2.4/django/conf/__init__.py", line 52, > in _import_settings > raise EnvironmentError, "Environment variable %s is undefined." % > ENVIRONMENT_VARIABLE > EnvironmentError: Environment variable DJANGO_SETTINGS_MODULE is > undefined. > > What am I doing wrong? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---