monitor matching is based on diffusion

This commit is contained in:
bkfox
2015-08-20 01:28:08 +02:00
parent 7806b945fa
commit 2ebf4a416d
5 changed files with 41 additions and 30 deletions

View File

@ -4,7 +4,7 @@ from programs.models import *
class SoundAutocomplete(al.AutocompleteModelBase):
search_fields = ['title', 'file']
model = SoundFile
model = Sound
al.register(SoundAutocomplete)