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. --- example/settings.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'example/settings.py') 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 -- cgit v1.2.3