This commit is contained in:
Griatch 2011-11-05 23:09:59 +01:00
commit c297e01fc3
7 changed files with 914 additions and 26 deletions

View file

@ -141,8 +141,6 @@ DATABASE_PASSWORD = ''
DATABASE_HOST = ''
DATABASE_PORT = ''
DATABASE_NONBLOCKING_SAVE = True
###################################################
# Evennia in-game parsers
###################################################
@ -344,7 +342,9 @@ SESSION_COOKIE_NAME = 'sessionid'
SESSION_EXPIRE_AT_BROWSER_CLOSE = False
# If you set this to False, Django will make some optimizations so as not
# to load the internationalization machinery.
USE_I18N = True
USE_I18N = False
# Where to find locales (no need to change this, most likely)
LOCALE_PATHS = ["../locale/"]
# This should be turned off unless you want to do tests with Django's
# development webserver (normally Evennia runs its own server)
SERVE_MEDIA = False