Set INTERNAL_IPS to 127.0.0.1.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 16 Jan 2009 21:11:57 +0000 (22:11 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 16 Jan 2009 21:11:57 +0000 (22:11 +0100)
This makes the debug context processor actually set debug to True, which
finally makes the local/remote CSS work as expected.

settings.py

index 4848651b77d31285b49ebed81d3eb921b538973e..5ed30bfd1e406cd3d2cb0ea62fb3f02263c3669e 100644 (file)
@@ -117,6 +117,8 @@ AUTH_PROFILE_MODULE = 'base.UserProfile'
 # Max length for comments, in characters.
 DEFAULT_MAX_COMMENT_LENGTH = 3000
 
+INTERNAL_IPS = ('127.0.0.1')
+
 # Import local settings, that are specific to this installation. These
 # can override any settings specified here.
 try: