To make it work locally there are two places where path must be edited
in urls.py
'document_root': 'c:\\Documents and Settings\\HP USER\\workspace\\django_test2\\sigcse\\site\\themes', 
replace 'c:\\Documents and Settings\\HP USER\\workspace\\django_test2 with your reference site root'


in settings.py
'NAME': 'C:/Documents and Settings/HP USER/workspace/django_test2/sigcse/test',                    
replace 'C:/Documents and Settings/HP USER/workspace/django_test2'          with your reference site root'


