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
|
#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.
|
# Custom modification to give two different forms wether adding or not.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue