marcosgabarda / django-gum

Django app to connect Elasticsearch with Django models.
https://django-gum.readthedocs.org
MIT License
14 stars 1 forks source link

Show error when a model isn't found #3

Closed marcosgabarda closed 8 years ago

marcosgabarda commented 9 years ago

When users put a model or list of models for filtering the indexing process, and some of them doesn't exists (by typo errors) show a message instead of indexing all models.