diff options
| author | Carl Meyer <carl@oddbird.net> | 2010-11-02 16:19:17 +0000 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2010-11-02 16:19:17 +0000 |
| commit | 4ba6348a004352ba1790c043e7bc195637cb0b72 (patch) | |
| tree | 7735655101dd96ce002dc57e0fb05812c16d195c /django/conf/project_template/settings.py | |
| parent | a89e02637b04b95f50087d53289e8aca8cd58007 (diff) | |
Fixed #14598 -- Changed some 'domain.com' uses to 'example.com'
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14440 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/conf/project_template/settings.py')
| -rw-r--r-- | django/conf/project_template/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/project_template/settings.py b/django/conf/project_template/settings.py index 7791b47cab..d3e6973d04 100644 --- a/django/conf/project_template/settings.py +++ b/django/conf/project_template/settings.py @@ -4,7 +4,7 @@ DEBUG = True TEMPLATE_DEBUG = DEBUG ADMINS = ( - # ('Your Name', 'your_email@domain.com'), + # ('Your Name', 'your_email@example.com'), ) MANAGERS = ADMINS |
