From 4a1451742bfa2a42ba5ec82bfa741c6644ba3807 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Mon, 11 Nov 2013 12:58:40 +0100 Subject: Set INTERNAL_IPS to a convenient default when it isn't set. --- tests/settings.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/settings.py') 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 -- cgit v1.2.3