Hi I am trying to implement elasticsearch using django. I am following this tutorial
https://www.codementor.io/samueljames/using-django-with-elasticsearch-logstash-and-kibana-elk-stack-9l4fwx138
I am getting ,
Unknown command: 'search_index'
Type 'manage.py help' for usage.
when trying to create index using cmd
python manage.py search_index --rebuild
please help
The issue could be not adding django-elasticsearch-dsl to INSTALLED_APPS in Django. (This is available in settings.py file)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With