Made the evennia launcher pass through the management options in a better way. Also made the superuser creation more straightforward and handled flushed databases in a better way.
This commit is contained in:
parent
16b7a79573
commit
2aafafc09c
5 changed files with 91 additions and 35 deletions
|
|
@ -310,6 +310,7 @@ class SharedMemoryModel(Model):
|
|||
Delete the object, clearing cache
|
||||
"""
|
||||
self.flush_from_cache()
|
||||
self._is_deleted = True
|
||||
super(SharedMemoryModel, self).delete(*args, **kwargs)
|
||||
|
||||
def save(self, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue