TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Django-conch: Expose the Django shell as an SSH server
23 points
by
zacharyvoase
over 12 years ago
4 comments
advisedwang
over 12 years ago
Collapse
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 未加载
d0m
over 12 years ago
Collapse
Just to be clear, it's like a normal:<p><pre><code> ssh ... cd <dir> . bin/activate ./manage.py shell </code></pre> ??<p>Thanks for answering :)
评论 #5139516 未加载
xiawinter
over 12 years ago
Collapse
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 未加载
est
over 12 years ago
requires<p><pre><code> twisted.conch.insults twisted.conch.manhole twisted.conch.manhole_ssh</code></pre>