brad-sp / cuckoo-modified

Modified edition of cuckoo
271 stars 100 forks source link

Remove unneeded sys.path additions from Django. #157

Closed KillerInstinct closed 9 years ago

KillerInstinct commented 9 years ago

Also remove CUCKOO_PATH from settings as it's not needed. It's only used in the submission view, which is now configured to use CUCKOO_ROOT from constants.py. PEP8'd some imports along the way.