mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 06:57:16 +02:00
Refactored the typeclass base, moved Attributes/Tags into separate modules and the django-proxy patch to its on module too. Lots of other cleanups.
This commit is contained in:
parent
24764743ff
commit
302f5bdd81
11 changed files with 1018 additions and 984 deletions
|
|
@ -10,6 +10,6 @@ Also, the initiated object manager is available as src.scripts.manager.
|
|||
# Note - we MUST NOT import src.scripts.scripts here, or
|
||||
# proxy models will fall under Django migrations.
|
||||
#from src.scripts.scripts import *
|
||||
from src.scripts.models import ScriptDB
|
||||
#from src.scripts.models import ScriptDB
|
||||
|
||||
manager = ScriptDB.objects
|
||||
#manager = ScriptDB.objects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue