diff options
| author | Aymeric Augustin | 2013-11-11 12:58:40 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2013-11-11 13:00:25 +0100 |
| commit | 4a1451742bfa2a42ba5ec82bfa741c6644ba3807 (patch) | |
| tree | d5a755a7743f5d546417f13d741a7f9b72938739 /example | |
| parent | c71624039d3d05067a27d6f983b552f283ffb893 (diff) | |
| download | django-debug-toolbar-4a1451742bfa2a42ba5ec82bfa741c6644ba3807.tar.bz2 | |
Set INTERNAL_IPS to a convenient default when it isn't set.
Diffstat (limited to 'example')
| -rw-r--r-- | example/settings.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/example/settings.py b/example/settings.py index ce1f8e2..5f22afa 100644 --- a/example/settings.py +++ b/example/settings.py @@ -10,8 +10,6 @@ SECRET_KEY = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' DEBUG = True -INTERNAL_IPS = ['127.0.0.1', '::1'] - TEMPLATE_DEBUG = True |
