I want to a create an Elasticsearch Index maintenance utility that is similar to how Django migrations behave - I want each Django app to have an 'elasticindices' package, and have the index definitions there.
How does Django (and previously south) scan all apps and finds the migrations?