+ Implemented inventarization
+ minor translation fixes
This commit is contained in:
parent
e0b98dabce
commit
5877b83424
10 changed files with 121 additions and 185 deletions
|
|
@ -3,7 +3,7 @@ from .models import Object
|
|||
|
||||
|
||||
class ObjectAdmin(admin.ModelAdmin):
|
||||
pass
|
||||
list_display = ('title', 'ammout', 'uuid', 'img')
|
||||
|
||||
|
||||
# Register your models here.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue