I keep getting this error/warning, which is annoying, and wanted to see if I can fix it, but I'm not sure where to start (I'm a newbie):
/home/simi/workspace/hssn_svn/hssn/../hssn/log/loggers.py:28: UserWarning: ERROR: Could not configure logging
warnings.warn('ERROR: Could not configure logging', UserWarning)
I'm getting this when I do:
python manage.py runserver
python manage.py syncdb
python manane.py shell
Any guidance is greatly appreciated.
Thanks, --simi