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 /tests | |
| 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 'tests')
| -rw-r--r-- | tests/settings.py | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/tests/settings.py b/tests/settings.py index d21e9e4..309147f 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -8,8 +8,6 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__))  SECRET_KEY = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' -INTERNAL_IPS = ['127.0.0.1', '::1'] -  # Application definition | 
