Only allow users to add NPC or Player characters.
[matthijs/projects/xerxes.git] / settings.py
index fdfa66e178f86dbe621b464ce6cda055d6ce7d9b..5ed30bfd1e406cd3d2cb0ea62fb3f02263c3669e 100644 (file)
@@ -36,8 +36,6 @@ LANGUAGES = (
     ('en', 'English'),
 )
 
-SITE_ID = 1
-
 # If you set this to False, Django will make some optimizations so as not
 # to load the internationalization machinery.
 USE_I18N = True
@@ -116,6 +114,11 @@ AUTHENTICATION_BACKENDS = (
 
 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: