week titles
This commit is contained in:
parent
92f21cc859
commit
bd6f03491c
5 changed files with 57 additions and 6 deletions
|
|
@ -32,3 +32,9 @@ class CommentAdmin(admin.ModelAdmin):
|
|||
raw_id_fields = ['item', 'user']
|
||||
|
||||
admin.site.register(models.Comment, CommentAdmin)
|
||||
|
||||
|
||||
class WeekAdmin(admin.ModelAdmin):
|
||||
search_fields = ['monday']
|
||||
|
||||
admin.site.register(models.Week, WeekAdmin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue