How Django finds all the migrations

61 views Asked by At

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?

0

There are 0 answers