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
Post a Comment