Django-conch: Expose the Django shell as an SSH server

  • It would be nice to see this integrated into SSH's "subsystem" model. Then we could have django-shell over SSH operate much like sftp

  • Just to be clear, it's like a normal:

      ssh ...
      cd <dir>
      . bin/activate
      ./manage.py shell
    
    ??

    Thanks for answering :)

  • why is this kind of ssh server needed? so you guys do ./manage.py shell on your production server? I don't think this is good.

  • requires

        twisted.conch.insults
        twisted.conch.manhole
        twisted.conch.manhole_ssh