mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-03-16 22:00:22 +00:00
Add app_label to SearchEntry
This commit is contained in:
parent
9d6fc89516
commit
d6cd1fce2d
1 changed files with 1 additions and 0 deletions
|
|
@ -91,3 +91,4 @@ class SearchEntry(models.Model):
|
|||
|
||||
class Meta:
|
||||
verbose_name_plural = "search entries"
|
||||
app_label = 'watson'
|
||||
|
|
|
|||
Loading…
Reference in a new issue