X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=blobdiff_plain;f=settings.py;h=5ed30bfd1e406cd3d2cb0ea62fb3f02263c3669e;hp=4848651b77d31285b49ebed81d3eb921b538973e;hb=0bb81ee5973a3fb3096c5e8ccbb3dd49dae0934c;hpb=eff196a2dbe88c8dcde0498ef2722e95d5349020 diff --git a/settings.py b/settings.py index 4848651..5ed30bf 100644 --- a/settings.py +++ b/settings.py @@ -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: