diff options
| author | Aymeric Augustin | 2013-11-01 18:40:51 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-11-01 18:40:51 +0100 | 
| commit | 325e787e13e8dd4b389e804c3f1b7a86a0f9d58a (patch) | |
| tree | 68419c763cac032e006b77e7bba6d4fcc7adb946 /tests/settings.py | |
| parent | f7c26c2c420d7cd6a67b3984840f31760cb6c8e3 (diff) | |
| download | django-debug-toolbar-325e787e13e8dd4b389e804c3f1b7a86a0f9d58a.tar.bz2 | |
Removed redundant settings manipulations in tests.
Diffstat (limited to 'tests/settings.py')
| -rw-r--r-- | tests/settings.py | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/tests/settings.py b/tests/settings.py index 2d993f5..d21e9e4 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -8,12 +8,8 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__))  SECRET_KEY = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' -DEBUG = True -  INTERNAL_IPS = ['127.0.0.1', '::1'] -TEMPLATE_DEBUG = True -  # Application definition | 
