mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Added the ability to give multiple typeclass search-paths to config file. This way you can add a path to your custom directory and don't have to write so much when creating typeclassed objects using e.g. @create.
This commit is contained in:
parent
b9c1921a0b
commit
d2400a8a6b
11 changed files with 112 additions and 173 deletions
|
|
@ -40,7 +40,7 @@ if not os.path.exists('settings.py'):
|
|||
# this file. Try to *only* copy over things you really need to customize
|
||||
# and do *not* make any changes to src/settings_default.py directly.
|
||||
# This way you'll always have a sane default to fall back on
|
||||
# (also, the master file may change with server updates).
|
||||
# (also, the master config file may change with server updates).
|
||||
#
|
||||
|
||||
from src.settings_default import *
|
||||
|
|
@ -62,7 +62,7 @@ from src.settings_default import *
|
|||
###################################################
|
||||
|
||||
###################################################
|
||||
# Default Object typeclasses
|
||||
# Typeclasses
|
||||
###################################################
|
||||
|
||||
###################################################
|
||||
|
|
@ -90,7 +90,7 @@ from src.settings_default import *
|
|||
###################################################
|
||||
|
||||
###################################################
|
||||
# Evennia components (django apps)
|
||||
# Evennia components
|
||||
###################################################
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue