TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

23 pointsby zacharyvoaseover 12 years ago

4 comments

advisedwangover 12 years ago
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
评论 #5140000 未加载
d0mover 12 years ago
Just to be clear, it's like a normal:<p><pre><code> ssh ... cd &#60;dir&#62; . bin/activate ./manage.py shell </code></pre> ??<p>Thanks for answering :)
评论 #5139516 未加载
xiawinterover 12 years ago
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.
评论 #5140675 未加载
estover 12 years ago
requires<p><pre><code> twisted.conch.insults twisted.conch.manhole twisted.conch.manhole_ssh</code></pre>