﻿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
71	"Consider using ""example.com"" instead of ""mysite.com"""	pb@…	Jacob	"Kind of a [http://www.rfc-editor.org/rfc/rfc2606.txt fussy detail], but in the example files it might be better to use example.(com|org|net) instead of mysite.com, especially since the URL shows up as a live link at the top of the admin.

Locations as of [181]:

{{{
> grep -rn ""mysite.com"" * | grep -v "".svn""
django/bin/django-admin.py:283:        cursor.execute(""INSERT INTO %s (domain, name) VALUES ('mysite.com', 'My Django site')"" % core.Site._meta.db_table)
django/conf/admin_templates/base_site.html:7:<h2 id=""site-url""><a href=""http://www.mysite.com/"">mysite.com</a></h2>
docs/faq.txt:223:  example, if you're going to ""http://www.mysite.com/admin/"" in your browser,
docs/faq.txt:224:  set ``REGISTRATION_COOKIE_DOMAIN = 'www.mysite.com'``.
docs/tutorial02.txt:446:Clearly having ""Django administration"" and ""mysite.com"" at the top of each
}}}"	defect	closed	Documentation		minor	fixed			Ready for checkin	0	0	0	0	0	0
