Wednesday, January 13, 2016

Re: how do I .............?

On 2016-01-13 10:43, Steve Burrus wrote:
> how do I connmect to the Django server on the command line?

You can use a command-line browser:

lynx http://localhost:8000
links http://localhost:8000
elinks http://localhost:8000
links2 http://localhost:8000
w3m http://localhost:8000
edbrowse http://localhost:8000

Most of those take a "-dump" option to format the output HTML as text
and dump it to stdout.

-tkc


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20160113135834.37aa8e17%40bigbox.christie.dr.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment