X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fdorestad-bookings.git;a=blobdiff_plain;f=localsettings.py.tmpl;h=967e55032c755a0c0494f7a0624e8bc2133e5431;hp=58a45447820cf65000be1bfbd8ed99d4225e3c47;hb=HEAD;hpb=6766edae0f027f1ac392b11e62dbb4485000a58b diff --git a/localsettings.py.tmpl b/localsettings.py.tmpl index 58a4544..967e550 100644 --- a/localsettings.py.tmpl +++ b/localsettings.py.tmpl @@ -4,3 +4,6 @@ # For example, enable debugging by commenting in the following lines. #DEBUG = True #TEMPLATE_DEBUG = True + +# Show extra debug info to Matthijs' IP (debug_toolbar also needs this) +#INTERNAL_IPS=("82.169.104.215",)