Django / Python UserWarning error
I keep getting this error / warning, which is annoying and I was wondering if I can fix this, 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 get this when I do this:
python manage.py runserver
python manage.py syncdb
python manane.py shell
Any guidance is greatly appreciated.
Thanks, --simi
0
a source to share