mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 16:56:32 +01:00
One needs to turn off all imports of typeclasses in __init__ or django will create migrations for them. This might be interesting for the future but not for development.
This commit is contained in:
parent
749715a193
commit
969b947ba0
8 changed files with 50 additions and 45 deletions
|
|
@ -345,7 +345,6 @@ class ScriptBase(ScriptDB):
|
|||
"called when typeclass re-caches. Usually not used for scripts."
|
||||
pass
|
||||
|
||||
|
||||
#
|
||||
# Base Script - inherit from this
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue