Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
MOOC packages by hacklab
django-courses
Commits
752b0569
Commit
752b0569
authored
Aug 06, 2020
by
Bruno Martin
Browse files
improve classroom admin
parent
ca9d5f84
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
courses/admin.py
courses/admin.py
+5
-0
No files found.
courses/admin.py
View file @
752b0569
...
...
@@ -144,3 +144,8 @@ class ClassroomAdmin(admin.ModelAdmin):
'group'
,
)
inlines
=
(
EventInline
,)
search_fields
=
(
'name'
,
'group__name'
,
'assistants__name'
,
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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