[Teammetrics-discuss] What next?

Sukhbir Singh sukhbir.in at gmail.com
Thu Jul 19 22:07:32 UTC 2012


Hi,

> # tail -n13 /srv/blends.debian.net/log/error.log
> [Thu Jul 19 22:42:07 2012] [error] [client 217.88.91.104]     raise ImportError("Could not import settings '%s' (Is it on sys.path?): %s" % (self.SETTINGS_MODULE, e))
> [Thu Jul 19 22:42:07 2012] [error] [client 217.88.91.104] ImportError: Could not import settings 'web.settings' (Is it on sys.path?): No module named web.settings

Seems like one of the typical Django errors :)

Vipin, did you try this on your local server?

    line 8/teammetrics.wsgi: os.environ['DJANGO_SETTINGS_MODULE'] =
'web.settings'

Shouldn't it be just `settings` and not `web.settings`?

-- 
Sukhbir



More information about the Teammetrics-discuss mailing list