mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 15:07:16 +02:00
Deactivating the creation of object attributes from admin for now, until one can figure out how to handle this.
This commit is contained in:
parent
a60cd9bf1f
commit
4c0d4a0294
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ class ObjectDBAdmin(admin.ModelAdmin):
|
|||
)
|
||||
|
||||
#deactivated temporarily, they cause empty objects to be created in admin
|
||||
inlines = [AliasInline, ObjAttributeInline]
|
||||
inlines = [AliasInline]#, ObjAttributeInline]
|
||||
|
||||
|
||||
# Custom modification to give two different forms wether adding or not.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue