How Django finds all the migrations -


i want create elasticsearch index maintenance utility similar how django migrations behave - want each django app have 'elasticindices' package, , have index definitions there.

how django (and south) scan apps , finds migrations?


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -