﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
2933	[patch] Bonjour support for runserver	gandalf@…	Adrian Holovaty	"From feature request on django-devel:
[http://groups.google.com/group/django-developers/browse_thread/thread/c983b7656784fbda/e018da3f508c0d0b#e018da3f508c0d0b]

{{{
The technology formerly known as Rendezvous, yes. When you start a
turbogears project with start-projectname.py, tg tells Bonjour of its
existence and you can view it simply by pulling it down from the
Bonjour menu in Safari's Bookmarks Bar. If the project is stopped, the
site is removed from Bonjour. It's way easier than typing
http://localhost:port in the address bar. It would be nice if I could
do python manage.py runserver, then just switch to Safari and pull the
site down from the Bookmark Bar.
}}}

This patch adds this capability to Django. Usage:

{{{
python manage.py --bonjour runserver `hostname`.local:8000
}}}

Because of limitations in dns-sd it only works for .local domains. I'm new to this whole Bonjour thing so some insights from people who have more experience would be appreciated."	enhancement	closed	Core (Other)	dev	normal	wontfix	bonjour, patch		Unreviewed	1	0	0	0	0	0
