mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-05-18 01:51:06 +00:00
Typo
This commit is contained in:
parent
fd509a6beb
commit
4d52f4346f
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ class Command(NoArgsCommand):
|
|||
|
||||
def handle_noargs(self, **options):
|
||||
"""Runs the management command."""
|
||||
self.stdout.write("The following models are registed for the django-watson seach engine:\n")
|
||||
self.stdout.write("The following models are registed for the django-watson search engine:\n")
|
||||
for mdl in watson.get_registered_models():
|
||||
self.stdout.write("- %s\n" % mdl.__name__)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue