doubtingben
unread,Sep 19, 2008, 10:26:52 AM9/19/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Feedjack
Hiya!
I'm new to Django and I'm trying to get Feedjack working.
I was able to get everything installed and created a site/feed/
subscriber OK.
Now I'm trying to run feedjack_update.py and getting the following
error:
Traceback (most recent call last):
...
File "/usr/lib/python2.5/site-packages/django/conf/__init__.py",
line 57, in _import_settings
raise ImportError("Settings cannot be imported, because
environment variable %s is undefined." % ENVIRONMENT_VARIABLE)
ImportError: Settings cannot be imported, because environment variable
DJANGO_SETTINGS_MODULE is undefined.
Am I supposed to run this from a specific location or with some
particular options?
Thanks!