Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
record
recordweb
Commits
6cd4e499
Commit
6cd4e499
authored
Sep 06, 2019
by
Nathalie Rousse
Browse files
Deleting VleRep list of VleVersion admin page
and Minor modification (updating ubuntu version)
parent
11d81935
Changes
2
Hide whitespace changes
Inline
Side-by-side
erecord/erecord/apps/erecord_db/admin.py
View file @
6cd4e499
...
...
@@ -27,14 +27,14 @@ vleversion_general_description = \
vleversion_identification_description
=
\
"A models repository attached to the vle version should be consistent with it."
class
VleRepInline
(
admin
.
TabularInline
):
model
=
VleRep
#no#
class VleRepInline(admin.TabularInline):
#no#
model = VleRep
class
VleVersionAdmin
(
admin
.
ModelAdmin
):
form
=
VleVersionForm
list_display
=
(
'id'
,
'name'
,
'verbose_name'
,
'text'
,)
#actions = [generate_tree, update_tree, delete_tree] could be added
inlines
=
[
VleRepInline
]
#no#
inlines = [VleRepInline]
search_fields
=
[
'name'
]
fieldsets
=
(
...
...
erecord/erecord/install/dev/install.txt
View file @
6cd4e499
...
...
@@ -3,7 +3,7 @@
Case of development under ubuntu with django development server
Versions : ubuntu 1
7.10
Versions : ubuntu 1
8.04 LTS
*******************************************************************************
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment