Author: jtauber
Date: Mon Sep 29 15:13:04 2008
New Revision: 983
Modified:
trunk/pinax/settings.py
Log:
updated pinax settings.py to reflect changes make for cloud27
Modified: trunk/pinax/settings.py
==============================================================================
--- trunk/pinax/settings.py (original)
+++ trunk/pinax/settings.py Mon Sep 29 15:13:04 2008
@@ -147,8 +147,8 @@
'arcade',
'games',
'locations',
- 'flag',
'things',
+ 'flag',
# internal (for now)
'analytics',
@@ -226,6 +226,10 @@
ARCADE_STORAGE_MODULE = 'arcade.storage.file'
ARCADE_STORAGE_PATH = os.path.join(MEDIA_ROOT, 'data', 'game_files')
ARCADE_STATIC_URL = "/site_media/data/game_files/"
+
+FORCE_LOWERCASE_TAGS = True
+
+WIKI_REQUIRES_LOGIN = True
try:
from localsettings import *
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---