Merge pull request #155 from martinblech/vagrant-gateway

Added default Vagrant gateway to INTERNAL_IPS
This commit is contained in:
Daniel Greenfeld 2014-12-01 17:04:28 -08:00
commit 9d268f4e10

View File

@ -31,7 +31,7 @@ class Local(Common):
MIDDLEWARE_CLASSES = Common.MIDDLEWARE_CLASSES + ('debug_toolbar.middleware.DebugToolbarMiddleware',)
INSTALLED_APPS += ('debug_toolbar',)
INTERNAL_IPS = ('127.0.0.1',)
INTERNAL_IPS = ('127.0.0.1', '10.0.2.2',)
DEBUG_TOOLBAR_CONFIG = {
'DISABLE_PANELS': [