Make sure Komodo IDE is listening for debugging connections (debug menu), then open debug -> listener status and find the port it's listening on.
/Applications/Komodo\ IDE.app/Contents/SharedSupport/dbg/bin/pydbgp -d localhost:DEBUG_PORT_NUMBER manage.py runserver --noreload
Should do the trick