mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 07:27:17 +02:00
whoops, forgot one, plus updating props.
This commit is contained in:
parent
43f0ae6af6
commit
652c7d57a5
1 changed files with 8 additions and 0 deletions
8
apps/objects/managers/object.py
Normal file
8
apps/objects/managers/object.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
"""
|
||||
Custom manager for Object objects.
|
||||
"""
|
||||
from django.db import models
|
||||
|
||||
class ObjectManager(models.Manager):
|
||||
pass
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue