Opened 19 years ago

Closed 19 years ago

#668 closed defect (fixed)

change default 'site' URL to example.com not 'mysite.com'

Reported by: ian@… Owned by: Adrian Holovaty
Component: contrib.admin Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

in django/core/management.py you set up the default site to 'mysite.com'. you should either have this set to example.com, localhost, or a URL in the djangoproject.com saying what you need to change ;-)

I found this when trying out the /r/ shortcut feature.

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

(In [984]) Fixed #668 -- Changed default site from mysite.com to example.com. Thanks, Ian

Note: See TracTickets for help on using tickets.
Back to Top