Merge.
This commit is contained in:
commit
c297e01fc3
7 changed files with 914 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue