Hi All,

i just made a minor adjustment to settings.py to automatically add the
hostname of your server instead of manually changing settings.py, maybe
someone else could make use of it.

at the top of settings.py

just below

"import os"

add

import socket

change QUARANTINE_REPORT_HOSTURL to :

QUARANTINE_REPORT_HOSTURL = socket.gethostname()

this will allow the baruwa to display your linux hostname in the release
url.

maybe andrew can say if this is a bad idea or not.

Thanks!
_______________________________________________
Baruwa mailing list
[email protected]
http://lists.baruwa.org/mailman/listinfo/baruwa

Reply via email to